Skip to content

Commit c5f21e5

Browse files
Marek Vasutgeertu
authored andcommitted
ARM: dts: renesas: r7s72100: 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/r7s72100.dtsi:40.11-46.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-5-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 78c459d commit c5f21e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
clock-div = <3>;
3838
};
3939

40-
bsc: bus {
40+
bsc: bus@0 {
4141
compatible = "simple-bus";
4242
#address-cells = <1>;
4343
#size-cells = <1>;

0 commit comments

Comments
 (0)