mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
ARM: dts: sun4i: fix device node ordering
This patch changes the device node position of ps20 and ps21 to fix ordering by rising physical address. From uart7: serial@01c29c00 i2c0: i2c@01c2ac00 i2c1: i2c@01c2b000 i2c2: i2c@01c2b400 ps20: ps2@01c2a000 ps21: ps2@01c2a400 to uart7: serial@01c29c00 ps20: ps2@01c2a000 ps21: ps2@01c2a400 i2c0: i2c@01c2ac00 i2c1: i2c@01c2b000 i2c2: i2c@01c2b400 Signed-off-by: Patrick Menschel <menschel.p@posteo.de> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
86daa3d30b
commit
a2294bd618
@ -1287,6 +1287,22 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ps20: ps2@01c2a000 {
|
||||||
|
compatible = "allwinner,sun4i-a10-ps2";
|
||||||
|
reg = <0x01c2a000 0x400>;
|
||||||
|
interrupts = <62>;
|
||||||
|
clocks = <&apb1_gates 6>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ps21: ps2@01c2a400 {
|
||||||
|
compatible = "allwinner,sun4i-a10-ps2";
|
||||||
|
reg = <0x01c2a400 0x400>;
|
||||||
|
interrupts = <63>;
|
||||||
|
clocks = <&apb1_gates 7>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
i2c0: i2c@01c2ac00 {
|
i2c0: i2c@01c2ac00 {
|
||||||
compatible = "allwinner,sun4i-a10-i2c";
|
compatible = "allwinner,sun4i-a10-i2c";
|
||||||
reg = <0x01c2ac00 0x400>;
|
reg = <0x01c2ac00 0x400>;
|
||||||
@ -1317,22 +1333,6 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ps20: ps2@01c2a000 {
|
|
||||||
compatible = "allwinner,sun4i-a10-ps2";
|
|
||||||
reg = <0x01c2a000 0x400>;
|
|
||||||
interrupts = <62>;
|
|
||||||
clocks = <&apb1_gates 6>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
ps21: ps2@01c2a400 {
|
|
||||||
compatible = "allwinner,sun4i-a10-ps2";
|
|
||||||
reg = <0x01c2a400 0x400>;
|
|
||||||
interrupts = <63>;
|
|
||||||
clocks = <&apb1_gates 7>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
can0: can@01c2bc00 {
|
can0: can@01c2bc00 {
|
||||||
compatible = "allwinner,sun4i-a10-can";
|
compatible = "allwinner,sun4i-a10-can";
|
||||||
reg = <0x01c2bc00 0x400>;
|
reg = <0x01c2bc00 0x400>;
|
||||||
|
Loading…
Reference in New Issue
Block a user