From: John Crispin Date: Sat, 9 Apr 2016 10:24:52 +0000 (+0000) Subject: ramips: fix for Planex MZK-WDPR (lcd control gpio). X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1eb8b0674d3bccf8089e4cac08ef6199237dbd83;p=openwrt%2Fstaging%2Flynxis%2Fomap.git 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 SVN-Revision: 49128 --- diff --git a/target/linux/ramips/dts/MZK-WDPR.dts b/target/linux/ramips/dts/MZK-WDPR.dts index ba9ae85900..1746949aa4 100644 --- a/target/linux/ramips/dts/MZK-WDPR.dts +++ b/target/linux/ramips/dts/MZK-WDPR.dts @@ -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>; + }; + }; };