Message ID | 1464889948-28793-6-git-send-email-tthayer@opensource.altera.com |
---|---|
State | New |
Headers | show |
Hi Dihn, On 06/02/2016 12:52 PM, tthayer@opensource.altera.com wrote: > From: Thor Thayer <tthayer@opensource.altera.com> > > Add the Altera Arria10 SPI Master Node in preparation for > the A10SR MFD node. > > Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> > --- > v2: No change > --- > arch/arm/boot/dts/socfpga_arria10.dtsi | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi > index 17e81dc..e7b6c4a 100644 > --- a/arch/arm/boot/dts/socfpga_arria10.dtsi > +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi > @@ -567,6 +567,21 @@ > status = "disabled"; > }; > > + spi1: spi@ffda5000 { > + compatible = "snps,dw-apb-ssi"; > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <0xffda5000 0x100>; > + interrupts = <0 102 4>; > + num-chipselect = <4>; > + bus-num = <0>; > + /*32bit_access;*/ > + tx-dma-channel = <&pdma 16>; > + rx-dma-channel = <&pdma 17>; > + clocks = <&spi_m_clk>; > + status = "disabled"; > + }; > + > sdr: sdr@ffc25000 { > compatible = "syscon"; > reg = <0xffcfb100 0x80>; > I lost track of this patch. Any comments on this patch? -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, 10 Oct 2016, Thor Thayer wrote: > Hi Dihn, > > On 06/02/2016 12:52 PM, tthayer@opensource.altera.com wrote: > > From: Thor Thayer <tthayer@opensource.altera.com> > > > > Add the Altera Arria10 SPI Master Node in preparation for > > the A10SR MFD node. > > > > Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> > > --- > > v2: No change > > --- > > arch/arm/boot/dts/socfpga_arria10.dtsi | 15 +++++++++++++++ > > 1 file changed, 15 insertions(+) > > > > > I lost track of this patch. Any comments on this patch? > Sorry about that, I missed it too. Applied. BR, Dinh -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" 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/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi index 17e81dc..e7b6c4a 100644 --- a/arch/arm/boot/dts/socfpga_arria10.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi @@ -567,6 +567,21 @@ status = "disabled"; }; + spi1: spi@ffda5000 { + compatible = "snps,dw-apb-ssi"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0xffda5000 0x100>; + interrupts = <0 102 4>; + num-chipselect = <4>; + bus-num = <0>; + /*32bit_access;*/ + tx-dma-channel = <&pdma 16>; + rx-dma-channel = <&pdma 17>; + clocks = <&spi_m_clk>; + status = "disabled"; + }; + sdr: sdr@ffc25000 { compatible = "syscon"; reg = <0xffcfb100 0x80>;