Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1272822 > unrolled thread
| Started by | Cory Tusar <cory.tusar@pid1solutions.com> |
|---|---|
| First post | 2015-11-19 05:00 +0100 |
| Last post | 2015-11-24 10:50 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects. Cory Tusar <cory.tusar@pid1solutions.com> - 2015-11-19 05:00 +0100
Re: [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects. Stefan Agner <stefan@agner.ch> - 2015-11-19 07:40 +0100
Re: [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects. Shawn Guo <shawnguo@kernel.org> - 2015-11-24 10:50 +0100
| From | Cory Tusar <cory.tusar@pid1solutions.com> |
|---|---|
| Date | 2015-11-19 05:00 +0100 |
| Subject | [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects. |
| Message-ID | <qwoy6-41Q-29@gated-at.bofh.it> |
Per the Vybrid Reference Manual (section 3.8.6.1), dspi0 has 6 chip select signals associated with it, while dspi1 has only 4. Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> --- arch/arm/boot/dts/vfxxx.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index 6736bae..1cca43a 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -158,7 +158,7 @@ interrupts = <67 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clks VF610_CLK_DSPI0>; clock-names = "dspi"; - spi-num-chipselects = <5>; + spi-num-chipselects = <6>; status = "disabled"; }; @@ -170,7 +170,7 @@ interrupts = <68 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clks VF610_CLK_DSPI1>; clock-names = "dspi"; - spi-num-chipselects = <5>; + spi-num-chipselects = <4>; status = "disabled"; }; -- 2.4.10 -- 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/
[toc] | [next] | [standalone]
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2015-11-19 07:40 +0100 |
| Message-ID | <qwr2V-5I2-1@gated-at.bofh.it> |
| In reply to | #1272822 |
On 2015-11-18 19:54, Cory Tusar wrote: > Per the Vybrid Reference Manual (section 3.8.6.1), dspi0 has 6 chip > select signals associated with it, while dspi1 has only 4. That is right, verified by in my RM! Acked-by: Stefan Agner <stefan@agner.ch> > > Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> > --- > arch/arm/boot/dts/vfxxx.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index 6736bae..1cca43a 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -158,7 +158,7 @@ > interrupts = <67 IRQ_TYPE_LEVEL_HIGH>; > clocks = <&clks VF610_CLK_DSPI0>; > clock-names = "dspi"; > - spi-num-chipselects = <5>; > + spi-num-chipselects = <6>; > status = "disabled"; > }; > > @@ -170,7 +170,7 @@ > interrupts = <68 IRQ_TYPE_LEVEL_HIGH>; > clocks = <&clks VF610_CLK_DSPI1>; > clock-names = "dspi"; > - spi-num-chipselects = <5>; > + spi-num-chipselects = <4>; > status = "disabled"; > }; -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2015-11-24 10:50 +0100 |
| Message-ID | <qyioy-6mU-17@gated-at.bofh.it> |
| In reply to | #1272822 |
On Wed, Nov 18, 2015 at 10:54:39PM -0500, Cory Tusar wrote: > Per the Vybrid Reference Manual (section 3.8.6.1), dspi0 has 6 chip > select signals associated with it, while dspi1 has only 4. > > Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> Applied, thanks. -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web