ARM: mstar: Add smp ctrl registers to infinity2m dtsi
authorDaniel Palmer <daniel@0x0f.com>
Tue, 1 Dec 2020 13:43:28 +0000 (22:43 +0900)
committerArnd Bergmann <arnd@arndb.de>
Wed, 9 Dec 2020 16:45:40 +0000 (17:45 +0100)
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>
arch/arm/boot/dts/mstar-infinity2m.dtsi

index 02adb9f..6d4d1d2 100644 (file)
                reg = <0x1>;
        };
 };
+
+&riu {
+       smpctrl: smpctrl@204000 {
+               reg = <0x204000 0x200>;
+               status = "disabled";
+       };
+};