1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Daniel Palmer 2020-12-01 22:43:28 +09:00 committed by Arnd Bergmann
parent 418cb58b45
commit 570e471ce0
1 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,10 @@
reg = <0x1>;
};
};
&riu {
smpctrl: smpctrl@204000 {
reg = <0x204000 0x200>;
status = "disabled";
};
};