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:
4595299
)
ARM: dts: Fix SPI node for Arria10
author
Thor Thayer
<
[email protected]
>
Fri, 22 Jun 2018 18:37:34 +0000
(13:37 -0500)
committer
Olof Johansson
<
[email protected]
>
Tue, 26 Jun 2018 17:35:18 +0000
(10:35 -0700)
Remove the unused bus-num node and change num-chipselect
to num-cs to match SPI bindings.
Cc:
[email protected]
Fixes: f2d6f8f817814 ("ARM: dts: socfpga: Add SPI Master1 for Arria10 SR chip")
Signed-off-by: Thor Thayer <
[email protected]
>
Signed-off-by: Dinh Nguyen <
[email protected]
>
Signed-off-by: Olof Johansson <
[email protected]
>
arch/arm/boot/dts/socfpga_arria10.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria10.dtsi
b/arch/arm/boot/dts/socfpga_arria10.dtsi
index d8b1aa309f7617739119547e6eda5c0ea8a34800..791ca15c799eba98850cbc3d4b96be7a509c422f 100644
(file)
--- a/
arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/
arch/arm/boot/dts/socfpga_arria10.dtsi
@@
-593,8
+593,7
@@
#size-cells = <0>;
reg = <0xffda5000 0x100>;
interrupts = <0 102 4>;
- num-chipselect = <4>;
- bus-num = <0>;
+ num-cs = <4>;
/*32bit_access;*/
tx-dma-channel = <&pdma 16>;
rx-dma-channel = <&pdma 17>;