ARM: dts: mstar: Set gpio compatible for ssd20xd

Now there is gpio support for ssd20xd set the right compatible in the gpio node.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Reviewed-by: Romain Perier <romain.perier@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Daniel Palmer
2021-07-17 13:56:22 +09:00
parent e783362eb5
commit e692b5aab6

View File

@@ -6,6 +6,11 @@
#include "mstar-infinity2m.dtsi"
&gpio {
compatible = "sstar,ssd20xd-gpio";
status = "okay";
};
&smpctrl {
compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl";
status = "okay";