projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a375c9
)
arm: dts: calxeda: Group port-phys and sgpio-gpio items
author
Andre Przywara
<andre.przywara@arm.com>
Fri, 28 Feb 2020 13:51:05 +0000
(13:51 +0000)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 26 Mar 2020 09:52:37 +0000
(10:52 +0100)
For proper bindings checks we need to properly group the port-phys and
sgpio-gpio items, so that they match the expected number of items.
Link:
https://lore.kernel.org/r/20200228135106.220620-5-andre.przywara@arm.com
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/ecx-common.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ecx-common.dtsi
b/arch/arm/boot/dts/ecx-common.dtsi
index b7e74a357471f99fc1af5dd4ee8765d7e44ea079..57a028a69373d500acb978c2934e837dafc63e2b 100644
(file)
--- a/
arch/arm/boot/dts/ecx-common.dtsi
+++ b/
arch/arm/boot/dts/ecx-common.dtsi
@@
-27,10
+27,11
@@
reg = <0xffe08000 0x10000>;
interrupts = <0 83 4>;
dma-coherent;
- calxeda,port-phys = <&combophy5 0 &combophy0 0
- &combophy0 1 &combophy0 2
- &combophy0 3>;
- calxeda,sgpio-gpio =<&gpioh 5 1 &gpioh 6 1 &gpioh 7 1>;
+ calxeda,port-phys = < &combophy5 0>, <&combophy0 0>,
+ <&combophy0 1>, <&combophy0 2>,
+ <&combophy0 3>;
+ calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>,
+ <&gpioh 7 1>;
calxeda,led-order = <4 0 1 2 3>;
};