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

ARM: dts: NSP: modify second CPU address

NSP B0 has a different address for the second core. Since there should
not be any Ax versions in the field, it should be safe to universally
change this.

Signed-off-by: Jon Mason <jonmason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Jon Mason and committed by
Florian Fainelli
f7f20cba d71eb941

+1 -1
+1 -1
arch/arm/boot/dts/bcm-nsp.dtsi
··· 57 57 compatible = "arm,cortex-a9"; 58 58 next-level-cache = <&L2>; 59 59 enable-method = "brcm,bcm-nsp-smp"; 60 - secondary-boot-reg = <0xffff042c>; 60 + secondary-boot-reg = <0xffff0fec>; 61 61 reg = <0x1>; 62 62 }; 63 63 };