ARM: dts: renesas: Add proper node names to (L)BSC devices

(L)BSC must have a "bus" node name [1] and no unit-address because
there is no reg-property. Fix these entries.

[1] lbsc: $nodename:0: 'lbsc' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20240926103340.16909-5-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Wolfram Sang 2024-09-26 12:33:41 +02:00 committed by Geert Uytterhoeven
parent ddda5046e4
commit 625d8daaba
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ b_clk: b {
clock-div = <3>;
};
bsc: bsc {
bsc: bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -40,7 +40,7 @@ aliases {
spi2 = &hspi2;
};
bsc: bus@1c000000 {
bsc: bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -704,7 +704,7 @@ R8A7779_CLK_MMC1 R8A7779_CLK_MMC0
};
};
lbsc: lbsc {
lbsc: bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -84,7 +84,7 @@ extal_clk: extal {
clock-frequency = <0>;
};
lbsc: lbsc {
lbsc: bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;