projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition
author
Loic Pallardy
<loic.pallardy@st.com>
Tue, 15 Nov 2016 08:47:00 +0000
(09:47 +0100)
committer
Patrice Chotard
<patrice.chotard@st.com>
Tue, 15 Nov 2016 10:29:25 +0000
(11:29 +0100)
Change cs-gpio to cs-gpios.
Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/boot/dts/stih410-b2260.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stih410-b2260.dts
b/arch/arm/boot/dts/stih410-b2260.dts
index ef2ff2f518f619a91377238f6d6e28a0baa83aab..7fb507fcba7eed404de64af7d5669de2274e2b99 100644
(file)
--- a/
arch/arm/boot/dts/stih410-b2260.dts
+++ b/
arch/arm/boot/dts/stih410-b2260.dts
@@
-74,7
+74,7
@@
/* Low speed expansion connector */
spi0: spi@9844000 {
label = "LS-SPI0";
- cs-gpio = <&pio30 3 0>;
+ cs-gpio
s
= <&pio30 3 0>;
status = "okay";
};