mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
riscv: dts: microchip: sort pic64gx i2c nodes alphanumerically
The i2c nodes are out of place, sort them where they should be. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
4ce4a46cdb
commit
58bd7ff1a1
|
|
@ -89,6 +89,14 @@ &gpio2 {
|
|||
"DIP4", "USR_IO11", "", "", "SWITCH1", "", "", "";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&irqmux {
|
||||
interrupt-map = <0 &plic 13>, <1 &plic 14>, <2 &plic 15>,
|
||||
<3 &plic 16>, <4 &plic 17>, <5 &plic 18>,
|
||||
|
|
@ -134,14 +142,6 @@ &mbox {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mmc {
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user