bmips: fix kernel panic caused by missing CBR address
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>
This commit is contained in:
parent
d3628ca209
commit
04c5c1ff70
@ -42,7 +42,7 @@
|
|||||||
cpus {
|
cpus {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
mips-cbr-reg = <0xff400000>;
|
brcm,bmips-cbr-reg = <0xff400000>;
|
||||||
mips-hpt-frequency = <150000000>;
|
mips-hpt-frequency = <150000000>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu@0 {
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
cpus {
|
cpus {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
mips-cbr-reg = <0xff400000>;
|
brcm,bmips-cbr-reg = <0xff400000>;
|
||||||
mips-hpt-frequency = <200000000>;
|
mips-hpt-frequency = <200000000>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu@0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user