ramips: fix for Planex MZK-WDPR (lcd control gpio).
authorJohn Crispin <john@openwrt.org>
Sat, 9 Apr 2016 10:24:52 +0000 (10:24 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 9 Apr 2016 10:24:52 +0000 (10:24 +0000)
add lcd control gpio pin for Planex MZK-WDPR.
LCD board initial timming is GPIO control.

Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>
SVN-Revision: 49128

target/linux/ramips/dts/MZK-WDPR.dts

index ba9ae8590004810e3eec875c4353259e7f9e9f66..1746949aa4d9f880317aa603f702835f0780c3fc 100644 (file)
        otg@101c0000 {
                status = "okay";
        };
+
+       gpio-export {
+               compatible = "gpio-export";
+
+               lcd_ctrl1 {
+                       gpio-export,name = "lcd_ctrl1";
+                       gpio-export,output = <0>;
+                       gpios = <&gpio0 1 0>;
+               };
+       };
 };