mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
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:
parent
e783362eb5
commit
e692b5aab6
|
|
@ -6,6 +6,11 @@
|
|||
|
||||
#include "mstar-infinity2m.dtsi"
|
||||
|
||||
&gpio {
|
||||
compatible = "sstar,ssd20xd-gpio";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&smpctrl {
|
||||
compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl";
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user