projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ARM: at91: fix spi cs on sama5d3 Xplained board
author
Bo Shen
<voice.shen@atmel.com>
Tue, 1 Apr 2014 07:12:43 +0000
(15:12 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Fri, 18 Apr 2014 21:44:51 +0000
(23:44 +0200)
The PD16 is the CS3 for SPI0 while not SPI1.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91-sama5d3_xplained.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
index ce1375595e5f27117c37881bcafa5fc5805b1455..4537259ce5299baf8cf68978d7c2d106c5f67c32 100644
(file)
--- a/
arch/arm/boot/dts/at91-sama5d3_xplained.dts
+++ b/
arch/arm/boot/dts/at91-sama5d3_xplained.dts
@@
-34,7
+34,7
@@
};
spi0: spi@f0004000 {
- cs-gpios = <&pioD 13 0>;
+ cs-gpios = <&pioD 13 0>
, <0>, <0>, <&pioD 16 0>
;
status = "okay";
};
@@
-79,7
+79,7
@@
};
spi1: spi@f8008000 {
- cs-gpios = <&pioC 25 0>
, <0>, <0>, <&pioD 16 0>
;
+ cs-gpios = <&pioC 25 0>;
status = "okay";
};