Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409251520.pE12GzHd-lkp@intel.com/
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Christian Marangi and committed by
Thomas Bogendoerfer
7c43938f 6f142932

+2
+1
arch/mips/boot/dts/brcm/bcm6358.dtsi
··· 13 13 #size-cells = <0>; 14 14 15 15 mips-hpt-frequency = <150000000>; 16 + brcm,bmips-cbr-reg = <0xff400000>; 16 17 17 18 cpu@0 { 18 19 compatible = "brcm,bmips4350";
+1
arch/mips/boot/dts/brcm/bcm6368.dtsi
··· 13 13 #size-cells = <0>; 14 14 15 15 mips-hpt-frequency = <200000000>; 16 + brcm,bmips-cbr-reg = <0xff400000>; 16 17 17 18 cpu@0 { 18 19 compatible = "brcm,bmips4350";