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

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>

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