Przeglądaj źródła

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 <[email protected]>

SVN-Revision: 49128
John Crispin 10 lat temu
rodzic
commit
1eb8b0674d
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      target/linux/ramips/dts/MZK-WDPR.dts

+ 10 - 0
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>;
+		};
+	};
 };