projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152b069
)
ramips: fix for Planex MZK-WDPR (lcd control gpio).
author
John Crispin
<john@openwrt.org>
Sat, 9 Apr 2016 10:24:52 +0000
(10:24 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 9 Apr 2016 10:24:52 +0000
(10:24 +0000)
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
target/linux/ramips/dts/MZK-WDPR.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/MZK-WDPR.dts
b/target/linux/ramips/dts/MZK-WDPR.dts
index ba9ae8590004810e3eec875c4353259e7f9e9f66..1746949aa4d9f880317aa603f702835f0780c3fc 100644
(file)
--- 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>;
+ };
+ };
};