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>
This commit is contained in:
Daniel Palmer 2020-12-01 22:43:29 +09:00 committed by Arnd Bergmann
parent 570e471ce0
commit ecaafac1eb

View file

@ -5,3 +5,8 @@
*/
#include "mstar-infinity2m.dtsi"
&smpctrl {
compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl";
status = "okay";
};