On Mon, Nov 10, 2014 at 2:50 AM, Paul Bolle <pebolle@xxxxxxxxxx> wrote: > On Tue, 2014-10-28 at 16:15 -0700, Scott Branden wrote: >> DT files to enable cygnus consisting on reference designs >> and cygnus core configuration. >> >> Reviewed-by: Ray Jui <rjui@xxxxxxxxxxxx> >> Reviewed-by: Arun Parameswaran <aparames@xxxxxxxxxxxx> >> Tested-by: Jonathan Richardson <jonathar@xxxxxxxxxxxx> >> Reviewed-by: JD (Jiandong) Zheng <jdzheng@xxxxxxxxxxxx> >> Signed-off-by: Scott Branden <sbranden@xxxxxxxxxxxx> > > This landed in today's linux-next (ie, next-21041110) as commit > 8872fc22c267 ("ARM: dts: Enable Broadcom Cygnus SoC"). > >> arch/arm/boot/dts/Makefile | 4 ++ >> arch/arm/boot/dts/bcm-cygnus-clock.dtsi | 73 ++++++++++++++++++++++ >> arch/arm/boot/dts/bcm-cygnus.dtsi | 100 +++++++++++++++++++++++++++++++ >> arch/arm/boot/dts/bcm911360_entphn.dts | 32 ++++++++++ >> arch/arm/boot/dts/bcm911360k.dts | 32 ++++++++++ >> arch/arm/boot/dts/bcm958300k.dts | 32 ++++++++++ >> 6 files changed, 273 insertions(+) >> create mode 100644 arch/arm/boot/dts/bcm-cygnus-clock.dtsi >> create mode 100644 arch/arm/boot/dts/bcm-cygnus.dtsi >> create mode 100644 arch/arm/boot/dts/bcm911360_entphn.dts >> create mode 100644 arch/arm/boot/dts/bcm911360k.dts >> create mode 100644 arch/arm/boot/dts/bcm958300k.dts >> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >> index 38c89ca..4b3a590 100644 >> --- a/arch/arm/boot/dts/Makefile >> +++ b/arch/arm/boot/dts/Makefile >> @@ -54,6 +54,10 @@ dtb-$(CONFIG_ARCH_AT91) += at91-sama5d4ek.dtb >> dtb-$(CONFIG_ARCH_ATLAS6) += atlas6-evb.dtb >> dtb-$(CONFIG_ARCH_AXXIA) += axm5516-amarillo.dtb >> dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb >> +dtb-$(CONFIG_ARCH_BCM_CYGNUS) += \ >> + bcm911360_entphn.dtb \ >> + bcm911360k.dtb \ >> + bcm958300k.dtb >> dtb-$(CONFIG_ARCH_BCM_5301X) += bcm4708-netgear-r6250.dtb >> dtb-$(CONFIG_ARCH_BCM_63XX) += bcm963138dvt.dtb >> dtb-$(CONFIG_ARCH_BCM_MOBILE) += bcm28155-ap.dtb \ > > Without patch 1/8 ("ARM: cygnus: Initial support for Broadcom Cygnus > SoC") CONFIG_ARCH_BCM_CYGNUS will not be set. I guess patch 1/8 will be > added to linux-next one of these days. Is that correct? Yes. -Olof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html