ramips: fix for Planex MZK-WDPR (lcd control gpio).
[openwrt.git] / target / linux / ramips / dts / MZK-WDPR.dts
index ba9ae85..1746949 100644 (file)
        otg@101c0000 {
                status = "okay";
        };
        otg@101c0000 {
                status = "okay";
        };
+
+       gpio-export {
+               compatible = "gpio-export";
+
+               lcd_ctrl1 {
+                       gpio-export,name = "lcd_ctrl1";
+                       gpio-export,output = <0>;
+                       gpios = <&gpio0 1 0>;
+               };
+       };
 };
 };