Skip to content

Commit 1ca2d1a

Browse files
Marek Vasutgeertu
authored andcommitted
ARM: dts: renesas: r8a7778: Add missing unit address to bus node
Add missing unit address to bus node to fix the following DTC W=1 warning: arch/arm/boot/dts/renesas/r8a7778.dtsi:43.12-48.4: Warning (unit_address_vs_reg): /bus: node has a reg or ranges property, but no unit name Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260327234244.91707-2-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent ca743e8 commit 1ca2d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/renesas/r8a7778.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
spi2 = &hspi2;
4141
};
4242

43-
lbsc: bus {
43+
lbsc: bus@0 {
4444
compatible = "simple-bus";
4545
#address-cells = <1>;
4646
#size-cells = <1>;

0 commit comments

Comments
 (0)