mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 16:29:25 -04:00
ARM: dts: renesas: r8a7778: Rename 'bsc' to 'lbsc'
R-Car Gen1 has an LBSC which has quite a different register set from the former BSC. To match R-Car M1 with R-Car H1, rename the node to LBSC. 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-6-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
625d8daaba
commit
a7190e21f3
@@ -61,7 +61,7 @@ sndcodec: simple-audio-card,codec {
|
||||
};
|
||||
};
|
||||
|
||||
&bsc {
|
||||
&lbsc {
|
||||
flash@0 {
|
||||
compatible = "cfi-flash";
|
||||
reg = <0x0 0x04000000>;
|
||||
|
||||
@@ -40,7 +40,7 @@ aliases {
|
||||
spi2 = &hspi2;
|
||||
};
|
||||
|
||||
bsc: bus {
|
||||
lbsc: bus {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user