bmips: fix kernel panic caused by missing CBR address
authorDaniel González Cabanelas <dgcbueu@gmail.com>
Tue, 1 Oct 2024 13:45:26 +0000 (15:45 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 1 Oct 2024 17:15:45 +0000 (19:15 +0200)
The cbr-reg DTS property uses a wrong name causing the RAC kernel
panic again on BCM6358 BCM6368 boards.

Use the correct cbr-reg name property.

Fixes: 7c9644a7b5 ("bmips: backport upstreamed RAC patches")
Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16561
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/bmips/dts/bcm6358.dtsi
target/linux/bmips/dts/bcm6368.dtsi

index d5dee7d1502256a7804fd54fb14aa01f03433c02..fe14055ef7a7da34aa3c08ba0b225471e066f9a0 100644 (file)
@@ -42,7 +42,7 @@
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
-               mips-cbr-reg = <0xff400000>;
+               brcm,bmips-cbr-reg = <0xff400000>;
                mips-hpt-frequency = <150000000>;
 
                cpu@0 {
index 84300c980ab0a27842aa1347d7c626ff4d6d6960..e50f7a1b0c64aa3670729e1220fd6a8ab2a6ab96 100644 (file)
@@ -43,7 +43,7 @@
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
-               mips-cbr-reg = <0xff400000>;
+               brcm,bmips-cbr-reg = <0xff400000>;
                mips-hpt-frequency = <200000000>;
 
                cpu@0 {