ARM: dts: mstar: Set gpio compatible for ssd20xd
authorDaniel Palmer <daniel@0x0f.com>
Sat, 17 Jul 2021 04:56:22 +0000 (13:56 +0900)
committerDaniel Palmer <daniel@0x0f.com>
Fri, 11 Feb 2022 14:00:23 +0000 (23:00 +0900)
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>
arch/arm/boot/dts/mstar-infinity2m-ssd20xd.dtsi

index 7a5e28b33f96b2875732371ff5844c402a3e5202..6f067da61ba3ee85022b8d83344ecc2eadd59e6b 100644 (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";