Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752043AbaKJSfr (ORCPT ); Mon, 10 Nov 2014 13:35:47 -0500 Received: from mail-lb0-f181.google.com ([209.85.217.181]:55366 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbaKJSfp (ORCPT ); Mon, 10 Nov 2014 13:35:45 -0500 MIME-Version: 1.0 X-Originating-IP: [2620:0:1000:157d:8979:aa8b:9dc7:1343] In-Reply-To: <1415616611.4862.38.camel@x220> References: <1414538111-11668-1-git-send-email-sbranden@broadcom.com> <1414538111-11668-5-git-send-email-sbranden@broadcom.com> <1415616611.4862.38.camel@x220> Date: Mon, 10 Nov 2014 10:35:36 -0800 Message-ID: Subject: Re: [PATCH v9 4/8] ARM: dts: Enable Broadcom Cygnus SoC From: Olof Johansson To: Paul Bolle Cc: Scott Branden , Valentin Rothberg , Christian Daudt , Matt Porter , Russell King , Broadcom Kernel Feedback List , Mike Turquette , Alex Elder , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Andrew Morton , "David S. Miller" , Greg Kroah-Hartman , Joe Perches , Mauro Carvalho Chehab , Antti Palosaari , JD Zheng , Ray Jui , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 10, 2014 at 2:50 AM, Paul Bolle 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 >> Reviewed-by: Arun Parameswaran >> Tested-by: Jonathan Richardson >> Reviewed-by: JD (Jiandong) Zheng >> Signed-off-by: Scott Branden > > 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 linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/