aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-09 10:24:52 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-09 10:24:52 +0000
commit416a63c747344822b0719b2c37edc59df076d772 (patch)
tree0b80dd2383247cc668cdfdc009b69d5d4a33d7c4 /target/linux/ramips
parentb78bb9f385200718a09d58a608a5c172e8739c8b (diff)
downloadmaster-187ad058-416a63c747344822b0719b2c37edc59df076d772.tar.gz
master-187ad058-416a63c747344822b0719b2c37edc59df076d772.tar.bz2
master-187ad058-416a63c747344822b0719b2c37edc59df076d772.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49128 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-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>;
+ };
+ };
};