Message ID | 87k2sl77bs.wl%kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | RFC |
Headers | show |
On Mon, Aug 24, 2015 at 4:27 AM, Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > From: Gaku Inami <gaku.inami.xw@bp.renesas.com> > > Initial version of device tree for Renesas R-Car Gen3 SoC Kconfig Device tree? > Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Geert > > From: Gaku Inami <gaku.inami.xw@bp.renesas.com> > > > > Initial version of device tree for Renesas R-Car Gen3 SoC Kconfig > > Device tree? This line was copied from ----------------------------------- commit 5d1b79d2b2639bb71238e76d73431fada9e38553 Author: Michal Simek <michal.simek@xilinx.com> Date: Mon Mar 9 09:41:04 2015 +0100 ARM64: Add new Xilinx ZynqMP SoC Initial version of device tree for Xilinx ZynqMP SoC. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> ----------------------------------- commit 419043609689d0aba9f727a6faf1ff406e269ecf Author: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> Date: Wed Nov 26 11:51:09 2014 +0700 arm64: amd-seattle: Adding device tree for AMD Seattle platform Initial revision of device tree for AMD Seattle Development platform. Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> Signed-off-by: Thomas Lendacky <Thomas.Lendacky@amd.com> Signed-off-by: Joel Schopp <Joel.Schopp@amd.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> ----------------------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Morimoto-san, On Tue, Aug 25, 2015 at 1:46 AM, Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: >> > From: Gaku Inami <gaku.inami.xw@bp.renesas.com> >> > >> > Initial version of device tree for Renesas R-Car Gen3 SoC Kconfig >> >> Device tree? > > This line was copied from > > ----------------------------------- > commit 5d1b79d2b2639bb71238e76d73431fada9e38553 > Author: Michal Simek <michal.simek@xilinx.com> > Date: Mon Mar 9 09:41:04 2015 +0100 > > ARM64: Add new Xilinx ZynqMP SoC > > Initial version of device tree for Xilinx ZynqMP SoC. > > Signed-off-by: Michal Simek <michal.simek@xilinx.com> > Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com> > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > ----------------------------------- > commit 419043609689d0aba9f727a6faf1ff406e269ecf > Author: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> > Date: Wed Nov 26 11:51:09 2014 +0700 > > arm64: amd-seattle: Adding device tree for AMD Seattle platform > > Initial revision of device tree for AMD Seattle Development platform. These two commits did add *.dtsi files, while Inami-san's patch only added the Kconfig bits. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Geert > These two commits did add *.dtsi files, while Inami-san's patch only added > the Kconfig bits. OK, will fix in next patch -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Morimoto-san, Inami-san, On Mon, Aug 24, 2015 at 4:27 AM, Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > From: Gaku Inami <gaku.inami.xw@bp.renesas.com> > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -51,6 +51,12 @@ config ARCH_QCOM > help > This enables support for the ARMv8 based Qualcomm chipsets. > > +config ARCH_RCAR_GEN3 > + bool "Renesas R-Car Gen3 SoC Platform" > + select ARCH_SHMOBILE Given patch 4 introduced pinctrl support, this should select PINCTRL. In arm64_defconfig, PINCTRL is enabled due other platforms selecting in. But currently an R-Car Gen3-only kernel does not have PINCTRL support. > + help > + This enables support for Renesas SoC. > + Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 23800a1..8e45879 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -51,6 +51,12 @@ config ARCH_QCOM help This enables support for the ARMv8 based Qualcomm chipsets. +config ARCH_RCAR_GEN3 + bool "Renesas R-Car Gen3 SoC Platform" + select ARCH_SHMOBILE + help + This enables support for Renesas SoC. + config ARCH_ROCKCHIP bool "Rockchip Platforms" select ARCH_HAS_RESET_CONTROLLER @@ -66,6 +72,9 @@ config ARCH_SEATTLE help This enables support for AMD Seattle SOC Family +config ARCH_SHMOBILE + bool + config ARCH_TEGRA bool "NVIDIA Tegra SoC Family" select ARCH_HAS_RESET_CONTROLLER