diff options
author | Sander Vanheule <sander@svanheule.net> | 2025-01-19 21:34:18 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-02-21 17:09:59 +0300 |
commit | 652d5000e54d785b34d6cb037db471157a0f123c (patch) | |
tree | 01263708d4b7df82c4ba72b4432d96c7d14750c2 | |
parent | e5723ab63217987982742e9a45dad9fd0f4d7080 (diff) | |
download | linux-652d5000e54d785b34d6cb037db471157a0f123c.tar.xz |
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 <sander@svanheule.net>
Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r-- | arch/mips/boot/dts/realtek/rtl83xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/realtek/rtl83xx.dtsi b/arch/mips/boot/dts/realtek/rtl83xx.dtsi index 03ddc61f7c9e..1039cb50c7da 100644 --- a/arch/mips/boot/dts/realtek/rtl83xx.dtsi +++ b/arch/mips/boot/dts/realtek/rtl83xx.dtsi @@ -16,7 +16,7 @@ interrupt-controller; }; - soc: soc { + soc@18000000 { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; |