summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/MZK-WDPR.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-09 10:24:52 +0000
committerJohn Crispin <john@openwrt.org>2016-04-09 10:24:52 +0000
commit1eb8b0674d3bccf8089e4cac08ef6199237dbd83 (patch)
tree3b1cdedd8afe22da68760afa035d17cd60f2e0b6 /target/linux/ramips/dts/MZK-WDPR.dts
parente626a0d877002c71299a22d57c572f84295760ce (diff)
downloadmaster-31e0f0ae-1eb8b0674d3bccf8089e4cac08ef6199237dbd83.tar.gz
master-31e0f0ae-1eb8b0674d3bccf8089e4cac08ef6199237dbd83.tar.bz2
master-31e0f0ae-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/dts/MZK-WDPR.dts')
-rw-r--r--target/linux/ramips/dts/MZK-WDPR.dts10
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>;
+ };
+ };
};