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
John Crispin 8 years ago
parent e626a0d877
commit 1eb8b0674d
  1. 10
      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>;
};
};
};

Loading…
Cancel
Save