From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH 6/8] ARM: STi: DT: Enable mmc0 for both stih415 and stih416 SoCs Date: Thu, 22 May 2014 16:41:47 +0100 Message-ID: <20140522154147.GE19747@lee--X1> References: <1400771902-26553-1-git-send-email-peter.griffin@linaro.org> <1400771902-26553-7-git-send-email-peter.griffin@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1400771902-26553-7-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Peter Griffin Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, maxime.coquelin-qxv4g6HH51o@public.gmane.org, patrice.chotard-qxv4g6HH51o@public.gmane.org, srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, chris-OsFVWbfNK3isTnJN9+BGXg@public.gmane.org, ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org, linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Giuseppe Cavallaro List-Id: linux-mmc@vger.kernel.org On Thu, 22 May 2014, Peter Griffin wrote: > Because the first sdhci controller is present on both stih415 and > stih416 SoC which can both populate the b2020 board, it can be > enabled in the generic DT file. >=20 > Signed-off-by: Peter Griffin > Signed-off-by: Giuseppe Cavallaro These are the wrong way around. You can correct that when adding my: Acked-by: Lee Jones > --- > arch/arm/boot/dts/stih41x-b2020x.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/arch/arm/boot/dts/stih41x-b2020x.dtsi b/arch/arm/boot/dt= s/stih41x-b2020x.dtsi > index df01c12..f797a06 100644 > --- a/arch/arm/boot/dts/stih41x-b2020x.dtsi > +++ b/arch/arm/boot/dts/stih41x-b2020x.dtsi > @@ -8,6 +8,10 @@ > */ > / { > soc { > + mmc0: sdhci@fe81e000 { > + status =3D "okay"; > + }; > + > spifsm: spifsm@fe902000 { > #address-cells =3D <1>; > #size-cells =3D <1>; --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Thu, 22 May 2014 16:41:47 +0100 Subject: [PATCH 6/8] ARM: STi: DT: Enable mmc0 for both stih415 and stih416 SoCs In-Reply-To: <1400771902-26553-7-git-send-email-peter.griffin@linaro.org> References: <1400771902-26553-1-git-send-email-peter.griffin@linaro.org> <1400771902-26553-7-git-send-email-peter.griffin@linaro.org> Message-ID: <20140522154147.GE19747@lee--X1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 22 May 2014, Peter Griffin wrote: > Because the first sdhci controller is present on both stih415 and > stih416 SoC which can both populate the b2020 board, it can be > enabled in the generic DT file. > > Signed-off-by: Peter Griffin > Signed-off-by: Giuseppe Cavallaro These are the wrong way around. You can correct that when adding my: Acked-by: Lee Jones > --- > arch/arm/boot/dts/stih41x-b2020x.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/stih41x-b2020x.dtsi b/arch/arm/boot/dts/stih41x-b2020x.dtsi > index df01c12..f797a06 100644 > --- a/arch/arm/boot/dts/stih41x-b2020x.dtsi > +++ b/arch/arm/boot/dts/stih41x-b2020x.dtsi > @@ -8,6 +8,10 @@ > */ > / { > soc { > + mmc0: sdhci at fe81e000 { > + status = "okay"; > + }; > + > spifsm: spifsm at fe902000 { > #address-cells = <1>; > #size-cells = <1>; -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725AbaEVPl4 (ORCPT ); Thu, 22 May 2014 11:41:56 -0400 Received: from mail-ie0-f176.google.com ([209.85.223.176]:49344 "EHLO mail-ie0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752229AbaEVPly (ORCPT ); Thu, 22 May 2014 11:41:54 -0400 Date: Thu, 22 May 2014 16:41:47 +0100 From: Lee Jones To: Peter Griffin Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, maxime.coquelin@st.com, patrice.chotard@st.com, srinivas.kandagatla@gmail.com, chris@printf.net, ulf.hansson@linaro.org, kernel@stlinux.com, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, Giuseppe Cavallaro Subject: Re: [PATCH 6/8] ARM: STi: DT: Enable mmc0 for both stih415 and stih416 SoCs Message-ID: <20140522154147.GE19747@lee--X1> References: <1400771902-26553-1-git-send-email-peter.griffin@linaro.org> <1400771902-26553-7-git-send-email-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1400771902-26553-7-git-send-email-peter.griffin@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 May 2014, Peter Griffin wrote: > Because the first sdhci controller is present on both stih415 and > stih416 SoC which can both populate the b2020 board, it can be > enabled in the generic DT file. > > Signed-off-by: Peter Griffin > Signed-off-by: Giuseppe Cavallaro These are the wrong way around. You can correct that when adding my: Acked-by: Lee Jones > --- > arch/arm/boot/dts/stih41x-b2020x.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/stih41x-b2020x.dtsi b/arch/arm/boot/dts/stih41x-b2020x.dtsi > index df01c12..f797a06 100644 > --- a/arch/arm/boot/dts/stih41x-b2020x.dtsi > +++ b/arch/arm/boot/dts/stih41x-b2020x.dtsi > @@ -8,6 +8,10 @@ > */ > / { > soc { > + mmc0: sdhci@fe81e000 { > + status = "okay"; > + }; > + > spifsm: spifsm@fe902000 { > #address-cells = <1>; > #size-cells = <1>; -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog