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
1 changed files with 10 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue