mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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:
parent
ddda5046e4
commit
625d8daaba
4 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@
|
|||
clock-div = <3>;
|
||||
};
|
||||
|
||||
bsc: bsc {
|
||||
bsc: bus {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
spi2 = &hspi2;
|
||||
};
|
||||
|
||||
bsc: bus@1c000000 {
|
||||
bsc: bus {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
@ -704,7 +704,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
lbsc: lbsc {
|
||||
lbsc: bus {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
clock-frequency = <0>;
|
||||
};
|
||||
|
||||
lbsc: lbsc {
|
||||
lbsc: bus {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue