From: Sander Vanheule Date: Sun, 19 Jan 2025 18:34:18 +0000 (+0100) Subject: mips: dts: realtek: Add address to SoC node name X-Git-Tag: v6.15-rc1~112^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652d5000e54d785b34d6cb037db471157a0f123c;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Chris Packham Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/realtek/rtl83xx.dtsi b/arch/mips/boot/dts/realtek/rtl83xx.dtsi index 03ddc61f7c9e9..1039cb50c7dab 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>;