ramips: fix for Planex MZK-WDPR (lcd control gpio).
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Apr 2016 10:24:52 +0000 (10:24 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49128 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index ba9ae85..1746949 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>;
+               };
+       };
 };