Skip to content

Commit 652d500

Browse files
svanheuletsbogend
authored andcommitted
mips: dts: realtek: Add address to SoC node name
Although not strictly required by the simple-bus binding, add the bus offset to the node name to be consistent with other nodes. Also drop the node label as it is not referenced anywhere. Signed-off-by: Sander Vanheule <[email protected]> Reviewed-by: Chris Packham <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent e5723ab commit 652d500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/realtek/rtl83xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
interrupt-controller;
1717
};
1818

19-
soc: soc {
19+
soc@18000000 {
2020
compatible = "simple-bus";
2121
#address-cells = <1>;
2222
#size-cells = <1>;

0 commit comments

Comments
 (0)