Author: blogic Date: 2016-04-09 12:24:52 +0200 (Sat, 09 Apr 2016) New Revision: 49128
Modified: trunk/target/linux/ramips/dts/MZK-WDPR.dts Log: ramips: fix for Planex MZK-WDPR (lcd control gpio). add lcd control gpio pin for Planex MZK-WDPR. LCD board initial timming is GPIO control. Signed-off-by: YuheiOKAWA <[email protected]> Modified: trunk/target/linux/ramips/dts/MZK-WDPR.dts =================================================================== --- trunk/target/linux/ramips/dts/MZK-WDPR.dts 2016-04-09 10:24:47 UTC (rev 49127) +++ trunk/target/linux/ramips/dts/MZK-WDPR.dts 2016-04-09 10:24:52 UTC (rev 49128) @@ -73,4 +73,14 @@ otg@101c0000 { status = "okay"; }; + + gpio-export { + compatible = "gpio-export"; + + lcd_ctrl1 { + gpio-export,name = "lcd_ctrl1"; + gpio-export,output = <0>; + gpios = <&gpio0 1 0>; + }; + }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
