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

ARM: mstar: Wire up smpctrl for SSD201/SSD202D

Add the specific compat string for the smpctrl registers to the
SSD201/SSD202D common dtsi.

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

authored by

Daniel Palmer and committed by
Arnd Bergmann
ecaafac1 570e471c

+5
+5
arch/arm/boot/dts/mstar-infinity2m-ssd20xd.dtsi
··· 5 5 */ 6 6 7 7 #include "mstar-infinity2m.dtsi" 8 + 9 + &smpctrl { 10 + compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl"; 11 + status = "okay"; 12 + };