Re: [PATCH 1/7] ARM: vf610: add second DSPI instance
On Tue, Jan 27, 2015 at 04:27:18PM +0530, Bhuvanchandra DV wrote: > Acked-by: Stefan Agner > Signed-off-by: Bhuvanchandra DV Applied, thanks. > --- > arch/arm/boot/dts/vf500.dtsi | 4 > arch/arm/boot/dts/vfxxx.dtsi | 11 +++ > 2 files changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi > index 1dbf8d2..f5f807c 100644 > --- a/arch/arm/boot/dts/vf500.dtsi > +++ b/arch/arm/boot/dts/vf500.dtsi > @@ -66,6 +66,10 @@ > interrupts = ; > }; > > +&dspi1 { > + interrupts = ; > +}; > + > &edma0 { > interrupts = , > ; > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index a29c7ce..789744b 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -139,6 +139,17 @@ > status = "disabled"; > }; > > + dspi1: dspi1@4002d000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,vf610-dspi"; > + reg = <0x4002d000 0x1000>; > + clocks = <&clks VF610_CLK_DSPI1>; > + clock-names = "dspi"; > + spi-num-chipselects = <5>; > + status = "disabled"; > + }; > + > sai2: sai@40031000 { > compatible = "fsl,vf610-sai"; > reg = <0x40031000 0x1000>; > -- > 2.2.2 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: [PATCH 1/7] ARM: vf610: add second DSPI instance
On 2015-01-27 11:57, Bhuvanchandra DV wrote: > Acked-by: Stefan Agner > Signed-off-by: Bhuvanchandra DV > --- > arch/arm/boot/dts/vf500.dtsi | 4 > arch/arm/boot/dts/vfxxx.dtsi | 11 +++ > 2 files changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi > index 1dbf8d2..f5f807c 100644 > --- a/arch/arm/boot/dts/vf500.dtsi > +++ b/arch/arm/boot/dts/vf500.dtsi > @@ -66,6 +66,10 @@ > interrupts = ; > }; > > +&dspi1 { > + interrupts = ; > +}; > + > &edma0 { > interrupts = , > ; > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index a29c7ce..789744b 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -139,6 +139,17 @@ > status = "disabled"; > }; > > + dspi1: dspi1@4002d000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,vf610-dspi"; > + reg = <0x4002d000 0x1000>; > + clocks = <&clks VF610_CLK_DSPI1>; > + clock-names = "dspi"; > + spi-num-chipselects = <5>; > + status = "disabled"; > + }; > + > sai2: sai@40031000 { > compatible = "fsl,vf610-sai"; > reg = <0x40031000 0x1000>; Acked-by: Stefan Agner Shawn, this will conflict with the pending MSCM driver patchset. I probably have to resend the MSCM patchset anyway, also, the fix would be trivial anyway. -- Stefan -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
[PATCH 1/7] ARM: vf610: add second DSPI instance
Acked-by: Stefan Agner Signed-off-by: Bhuvanchandra DV --- arch/arm/boot/dts/vf500.dtsi | 4 arch/arm/boot/dts/vfxxx.dtsi | 11 +++ 2 files changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi index 1dbf8d2..f5f807c 100644 --- a/arch/arm/boot/dts/vf500.dtsi +++ b/arch/arm/boot/dts/vf500.dtsi @@ -66,6 +66,10 @@ interrupts = ; }; +&dspi1 { + interrupts = ; +}; + &edma0 { interrupts = , ; diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index a29c7ce..789744b 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -139,6 +139,17 @@ status = "disabled"; }; + dspi1: dspi1@4002d000 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "fsl,vf610-dspi"; + reg = <0x4002d000 0x1000>; + clocks = <&clks VF610_CLK_DSPI1>; + clock-names = "dspi"; + spi-num-chipselects = <5>; + status = "disabled"; + }; + sai2: sai@40031000 { compatible = "fsl,vf610-sai"; reg = <0x40031000 0x1000>; -- 2.2.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html