diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:24:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:24:52 +0000 |
commit | 1eb8b0674d3bccf8089e4cac08ef6199237dbd83 (patch) | |
tree | 3b1cdedd8afe22da68760afa035d17cd60f2e0b6 /target/linux/ramips | |
parent | e626a0d877002c71299a22d57c572f84295760ce (diff) | |
download | upstream-1eb8b0674d3bccf8089e4cac08ef6199237dbd83.tar.gz upstream-1eb8b0674d3bccf8089e4cac08ef6199237dbd83.tar.bz2 upstream-1eb8b0674d3bccf8089e4cac08ef6199237dbd83.zip |
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 <tochiro.srchack@gmail.com>
SVN-Revision: 49128
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/MZK-WDPR.dts | 10 |
1 files changed, 10 insertions, 0 deletions
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>; + }; + }; }; |