Skip to content

Commit 7c43938

Browse files
Ansueltsbogend
authored andcommitted
mips: bmips: bcm6358/6368: define required brcm,bmips-cbr-reg
For the bcm6358/6368 SoC the brcm,bmips-cbr-reg due to bootloader misconfiguration or HW bug from running the system from TP1. A workaround is now present to handle broken system that suffer from this bug hence add the now required property. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Christian Marangi <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 6f14293 commit 7c43938

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/mips/boot/dts/brcm/bcm6358.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#size-cells = <0>;
1414

1515
mips-hpt-frequency = <150000000>;
16+
brcm,bmips-cbr-reg = <0xff400000>;
1617

1718
cpu@0 {
1819
compatible = "brcm,bmips4350";

arch/mips/boot/dts/brcm/bcm6368.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#size-cells = <0>;
1414

1515
mips-hpt-frequency = <200000000>;
16+
brcm,bmips-cbr-reg = <0xff400000>;
1617

1718
cpu@0 {
1819
compatible = "brcm,bmips4350";

0 commit comments

Comments
 (0)