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

ARM: mstar: Add smp ctrl registers to infinity2m dtsi

Add the smpctrl registers to the infinity2m dtsi so that the
second CPU can be enabled on chips in this family.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Link: https://lore.kernel.org/r/20201201134330.3037007-9-daniel@0x0f.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Daniel Palmer and committed by
Arnd Bergmann
570e471c 418cb58b

+7
+7
arch/arm/boot/dts/mstar-infinity2m.dtsi
··· 13 13 reg = <0x1>; 14 14 }; 15 15 }; 16 + 17 + &riu { 18 + smpctrl: smpctrl@204000 { 19 + reg = <0x204000 0x200>; 20 + status = "disabled"; 21 + }; 22 + };