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>
pull/712/merge
Daniel Palmer 2020-12-01 22:43:29 +09:00 committed by Arnd Bergmann
parent 570e471ce0
commit ecaafac1eb
1 changed files with 5 additions and 0 deletions

View File

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