ARM64: dts: rk3399: lcd_en control in vop
authorxubilv <xbl@rock-chips.com>
Wed, 29 Jun 2016 10:05:51 +0000 (18:05 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Thu, 21 Jul 2016 12:17:34 +0000 (20:17 +0800)
Change-Id: I94f514ecc3367b11838910b1cdd0d0f3b29a24c3
Signed-off-by: xubilv <xbl@rock-chips.com>
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-evb-rev1-android.dts
arch/arm64/boot/dts/rockchip/rk3399-evb-rev1-cros.dts
arch/arm64/boot/dts/rockchip/rk3399-evb-rev2-android.dts
arch/arm64/boot/dts/rockchip/rk3399-evb-rev2-cros.dts
arch/arm64/boot/dts/rockchip/rk3399-evb.dtsi

index 5cfff39b4f309f9b524dd815c30330b769c3558c..7226fa16ee2b3aa5048c60db1621e6dadcc21490 100644 (file)
 &vopb_rk_fb {
        status = "okay";
        power_ctr: power_ctr {
-               /*rockchip,debug = <0>;
+               rockchip,debug = <0>;
                lcd_en: lcd-en {
                        rockchip,power_type = <GPIO>;
-                       gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;//GPIO_C6 = 22
+                       gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
                        rockchip,delay = <10>;
                };
-               */
 
                /*lcd_cs: lcd-cs {
                        rockchip,power_type = <GPIO>;
index 758aa5da505c650e644a5412fc4883abc8da3183..9f3d17c8e5ee7fd9cc1fdc728ea2e11367b58872 100644 (file)
@@ -52,6 +52,7 @@
                compatible = "lg,lp097qx1-spa1", "panel-simple";
                backlight = <&backlight>;
                power-supply = <&vcc3v3_s0>;
+               enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
 
                ports {
                        panel_in_edp: endpoint {
@@ -67,6 +68,7 @@
                compatible ="boe,tv080wum-nl0";
                reg = <0>;
                backlight = <&backlight>;
+               enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
                status = "okay";
        };
 };
index e08ec2769d639e962be731a87e68680659e96729..1f9e58c1423d6091af3ff59e1bb32d6d11a33cea 100644 (file)
 &vopb_rk_fb {
        status = "okay";
        power_ctr: power_ctr {
-               /*rockchip,debug = <0>;
+               rockchip,debug = <0>;
                lcd_en: lcd-en {
                        rockchip,power_type = <GPIO>;
-                       gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;//GPIO_C6 = 22
+                       gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
                        rockchip,delay = <10>;
                };
-               */
 
                /*lcd_cs: lcd-cs {
                        rockchip,power_type = <GPIO>;
index 0a698a4041518698ad1481a82a79abc40ccfea72..45998cb6d8c159033f1f586f13b4a19c0bd5df6d 100644 (file)
@@ -52,6 +52,7 @@
                compatible = "lg,lp097qx1-spa1", "panel-simple";
                backlight = <&backlight>;
                power-supply = <&vcc3v3_s0>;
+               enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
 
                ports {
                        panel_in_edp: endpoint {
@@ -67,6 +68,7 @@
                compatible ="boe,tv080wum-nl0";
                reg = <0>;
                backlight = <&backlight>;
+               enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
                status = "okay";
        };
 };
index 98e45e2b2ff7dc84526813c3b3c0e0b4bc9242b1..a1a4bea2822412b9dbc124e3f08222acdab6e47b 100644 (file)
                        240 241 242 243 244 245 246 247
                        248 249 250 251 252 253 254 255>;
                default-brightness-level = <200>;
-               enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
        };
 
        clkin_gmac: external-gmac-clock {