[3.19.y-ckt stable] Patch "ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects." has been added to staging queue

Kamal Mostafa kamal at canonical.com
Tue Dec 15 21:24:30 UTC 2015


This is a note to let you know that I have just added a patch titled

    ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects.

to the linux-3.19.y-queue branch of the 3.19.y-ckt extended stable tree 
which can be found at:

    http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.19.y-queue

This patch is scheduled to be released in version 3.19.8-ckt12.

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.19.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Kamal

------

>From 7c1ac309e7b689994fb71379cfa1320aecdbd10f Mon Sep 17 00:00:00 2001
From: Cory Tusar <cory.tusar at pid1solutions.com>
Date: Wed, 18 Nov 2015 22:54:39 -0500
Subject: ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects.

commit 897ed0ca5979f103b8de3c09bcca2ae4860eb5a5 upstream.

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 at pid1solutions.com>
Acked-by: Stefan Agner <stefan at agner.ch>
Signed-off-by: Shawn Guo <shawnguo at kernel.org>
[ kamal: backport to 3.19-stable: only dspi0 in 3.19 ]
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
 arch/arm/boot/dts/vfxxx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 505969a..26efcd29 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -128,7 +128,7 @@
 				reg = <0x4002c000 0x1000>;
 				clocks = <&clks VF610_CLK_DSPI0>;
 				clock-names = "dspi";
-				spi-num-chipselects = <5>;
+				spi-num-chipselects = <6>;
 				status = "disabled";
 			};

--
1.9.1





More information about the kernel-team mailing list