linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects.
@ 2015-11-19  3:54 Cory Tusar
  2015-11-19  6:36 ` Stefan Agner
  2015-11-24  9:49 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Cory Tusar @ 2015-11-19  3:54 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects.
  2015-11-19  3:54 [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects Cory Tusar
@ 2015-11-19  6:36 ` Stefan Agner
  2015-11-24  9:49 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Agner @ 2015-11-19  6:36 UTC (permalink / raw)
  To: linux-arm-kernel

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";
>  			};

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects.
  2015-11-19  3:54 [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects Cory Tusar
  2015-11-19  6:36 ` Stefan Agner
@ 2015-11-24  9:49 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2015-11-24  9:49 UTC (permalink / raw)
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-24  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-19  3:54 [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects Cory Tusar
2015-11-19  6:36 ` Stefan Agner
2015-11-24  9:49 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).