diff options
| author | Christian Marangi <[email protected]> | 2024-10-01 15:23:59 +0000 |
|---|---|---|
| committer | Thomas Bogendoerfer <[email protected]> | 2024-10-30 22:45:53 +0000 |
| commit | 7c43938f6581d08bb7a79286b996a32c0945bc49 (patch) | |
| tree | e0dc8451bbf0d04ec4b54c65b4e390a33333d8f4 | |
| parent | MIPS: Allow using more than 32-bit addresses for reset vectors when possible (diff) | |
| download | kernel-7c43938f6581d08bb7a79286b996a32c0945bc49.tar.gz kernel-7c43938f6581d08bb7a79286b996a32c0945bc49.zip | |
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]>
| -rw-r--r-- | arch/mips/boot/dts/brcm/bcm6358.dtsi | 1 | ||||
| -rw-r--r-- | arch/mips/boot/dts/brcm/bcm6368.dtsi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm6358.dtsi b/arch/mips/boot/dts/brcm/bcm6358.dtsi index 777c4379ed03..5e487f66c343 100644 --- a/arch/mips/boot/dts/brcm/bcm6358.dtsi +++ b/arch/mips/boot/dts/brcm/bcm6358.dtsi @@ -13,6 +13,7 @@ #size-cells = <0>; mips-hpt-frequency = <150000000>; + brcm,bmips-cbr-reg = <0xff400000>; cpu@0 { compatible = "brcm,bmips4350"; diff --git a/arch/mips/boot/dts/brcm/bcm6368.dtsi b/arch/mips/boot/dts/brcm/bcm6368.dtsi index fc15e200877d..087f3295a14b 100644 --- a/arch/mips/boot/dts/brcm/bcm6368.dtsi +++ b/arch/mips/boot/dts/brcm/bcm6368.dtsi @@ -13,6 +13,7 @@ #size-cells = <0>; mips-hpt-frequency = <200000000>; + brcm,bmips-cbr-reg = <0xff400000>; cpu@0 { compatible = "brcm,bmips4350"; |
