diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-20 19:55:24 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-20 19:55:24 +0100 |
commit | 82ce3403844ae53583eefbd941d579c98337bd35 (patch) | |
tree | 702d739d62e2dc9dbf00326b38e4e75dd9ce3b0c /target/linux/bmips/dts/bcm6362.dtsi | |
parent | fff07085fb5a5d8536a6f54065c3b48528fa3c41 (diff) | |
download | upstream-82ce3403844ae53583eefbd941d579c98337bd35.tar.gz upstream-82ce3403844ae53583eefbd941d579c98337bd35.tar.bz2 upstream-82ce3403844ae53583eefbd941d579c98337bd35.zip |
bmips: dts: fix switch compatible strings
Use the proper string for each SoC.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6362.dtsi')
-rw-r--r-- | target/linux/bmips/dts/bcm6362.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bmips/dts/bcm6362.dtsi b/target/linux/bmips/dts/bcm6362.dtsi index 720afde7cf..4f1d23e001 100644 --- a/target/linux/bmips/dts/bcm6362.dtsi +++ b/target/linux/bmips/dts/bcm6362.dtsi @@ -508,7 +508,7 @@ switch0: switch@10e00000 { #address-cells = <1>; #size-cells = <0>; - compatible = "brcm,bcm6328-switch"; + compatible = "brcm,bcm6362-switch"; reg = <0x10e00000 0x8000>; big-endian; |