Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sander Vanheule and committed by
Thomas Bogendoerfer
652d5000 e5723ab6

+1 -1
+1 -1
arch/mips/boot/dts/realtek/rtl83xx.dtsi
··· 16 16 interrupt-controller; 17 17 }; 18 18 19 - soc: soc { 19 + soc@18000000 { 20 20 compatible = "simple-bus"; 21 21 #address-cells = <1>; 22 22 #size-cells = <1>;