mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
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
This commit is contained in:
parent
e626a0d877
commit
1eb8b0674d
@ -73,4 +73,14 @@
|
|||||||
otg@101c0000 {
|
otg@101c0000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio-export {
|
||||||
|
compatible = "gpio-export";
|
||||||
|
|
||||||
|
lcd_ctrl1 {
|
||||||
|
gpio-export,name = "lcd_ctrl1";
|
||||||
|
gpio-export,output = <0>;
|
||||||
|
gpios = <&gpio0 1 0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user