From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v2 3/4] ARM: sti: Provide DT nodes for SSC[0..4] Date: Wed, 21 Jan 2015 16:22:43 +0000 Message-ID: <20150121162243.GG22024@x1> References: <1417534844-25080-1-git-send-email-lee.jones@linaro.org> <1417534844-25080-4-git-send-email-lee.jones@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, maxime.coquelin-qxv4g6HH51o@public.gmane.org Return-path: Content-Disposition: inline In-Reply-To: <1417534844-25080-4-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Maxime, Can you ping these up please? > The Synchronous Serial Controller is used to provide SPI. >=20 > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407.dtsi | 54 ++++++++++++++++++++++++++++++++= ++++++++++ > 1 file changed, 54 insertions(+) >=20 > diff --git a/arch/arm/boot/dts/stih407.dtsi b/arch/arm/boot/dts/stih4= 07.dtsi > index 50637f5..90bc090 100644 > --- a/arch/arm/boot/dts/stih407.dtsi > +++ b/arch/arm/boot/dts/stih407.dtsi > @@ -275,5 +275,59 @@ > =20 > status =3D "disabled"; > }; > + > + spi@9840000 { > + compatible =3D "st,comms-ssc4-spi"; > + reg =3D <0x9840000 0x110>; > + interrupts =3D ; > + clocks =3D <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names =3D "ssc"; > + pinctrl-0 =3D <&pinctrl_spi0_default>; > + pinctrl-names =3D "default"; > + #address-cells =3D <1>; > + #size-cells =3D <0>; > + > + status =3D "disabled"; > + }; > + > + spi@9841000 { > + compatible =3D "st,comms-ssc4-spi"; > + reg =3D <0x9841000 0x110>; > + interrupts =3D ; > + clocks =3D <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names =3D "ssc"; > + > + status =3D "disabled"; > + }; > + > + spi@9842000 { > + compatible =3D "st,comms-ssc4-spi"; > + reg =3D <0x9842000 0x110>; > + interrupts =3D ; > + clocks =3D <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names =3D "ssc"; > + > + status =3D "disabled"; > + }; > + > + spi@9843000 { > + compatible =3D "st,comms-ssc4-spi"; > + reg =3D <0x9843000 0x110>; > + interrupts =3D ; > + clocks =3D <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names =3D "ssc"; > + > + status =3D "disabled"; > + }; > + > + spi@9844000 { > + compatible =3D "st,comms-ssc4-spi"; > + reg =3D <0x9844000 0x110>; > + interrupts =3D ; > + clocks =3D <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names =3D "ssc"; > + > + status =3D "disabled"; > + }; > }; > }; --=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 linux-spi" in 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: Wed, 21 Jan 2015 16:22:43 +0000 Subject: [PATCH v2 3/4] ARM: sti: Provide DT nodes for SSC[0..4] In-Reply-To: <1417534844-25080-4-git-send-email-lee.jones@linaro.org> References: <1417534844-25080-1-git-send-email-lee.jones@linaro.org> <1417534844-25080-4-git-send-email-lee.jones@linaro.org> Message-ID: <20150121162243.GG22024@x1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Maxime, Can you ping these up please? > The Synchronous Serial Controller is used to provide SPI. > > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407.dtsi | 54 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 54 insertions(+) > > diff --git a/arch/arm/boot/dts/stih407.dtsi b/arch/arm/boot/dts/stih407.dtsi > index 50637f5..90bc090 100644 > --- a/arch/arm/boot/dts/stih407.dtsi > +++ b/arch/arm/boot/dts/stih407.dtsi > @@ -275,5 +275,59 @@ > > status = "disabled"; > }; > + > + spi at 9840000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9840000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + pinctrl-0 = <&pinctrl_spi0_default>; > + pinctrl-names = "default"; > + #address-cells = <1>; > + #size-cells = <0>; > + > + status = "disabled"; > + }; > + > + spi at 9841000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9841000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + > + status = "disabled"; > + }; > + > + spi at 9842000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9842000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + > + status = "disabled"; > + }; > + > + spi at 9843000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9843000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + > + status = "disabled"; > + }; > + > + spi at 9844000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9844000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + > + status = "disabled"; > + }; > }; > }; -- 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 S1754029AbbAUQXA (ORCPT ); Wed, 21 Jan 2015 11:23:00 -0500 Received: from mail-ig0-f172.google.com ([209.85.213.172]:41357 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752391AbbAUQWu (ORCPT ); Wed, 21 Jan 2015 11:22:50 -0500 Date: Wed, 21 Jan 2015 16:22:43 +0000 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, maxime.coquelin@st.com Cc: kernel@stlinux.com, broonie@kernel.org, linux-spi@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 3/4] ARM: sti: Provide DT nodes for SSC[0..4] Message-ID: <20150121162243.GG22024@x1> References: <1417534844-25080-1-git-send-email-lee.jones@linaro.org> <1417534844-25080-4-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1417534844-25080-4-git-send-email-lee.jones@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 Maxime, Can you ping these up please? > The Synchronous Serial Controller is used to provide SPI. > > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407.dtsi | 54 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 54 insertions(+) > > diff --git a/arch/arm/boot/dts/stih407.dtsi b/arch/arm/boot/dts/stih407.dtsi > index 50637f5..90bc090 100644 > --- a/arch/arm/boot/dts/stih407.dtsi > +++ b/arch/arm/boot/dts/stih407.dtsi > @@ -275,5 +275,59 @@ > > status = "disabled"; > }; > + > + spi@9840000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9840000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + pinctrl-0 = <&pinctrl_spi0_default>; > + pinctrl-names = "default"; > + #address-cells = <1>; > + #size-cells = <0>; > + > + status = "disabled"; > + }; > + > + spi@9841000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9841000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + > + status = "disabled"; > + }; > + > + spi@9842000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9842000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + > + status = "disabled"; > + }; > + > + spi@9843000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9843000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + > + status = "disabled"; > + }; > + > + spi@9844000 { > + compatible = "st,comms-ssc4-spi"; > + reg = <0x9844000 0x110>; > + interrupts = ; > + clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; > + clock-names = "ssc"; > + > + status = "disabled"; > + }; > }; > }; -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog