mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ARM64: dts: rk3399: lcd_en control in vop
Change-Id: I94f514ecc3367b11838910b1cdd0d0f3b29a24c3 Signed-off-by: xubilv <xbl@rock-chips.com> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
c13f69ad1b
commit
878fd85fce
@@ -67,13 +67,12 @@
|
|||||||
&vopb_rk_fb {
|
&vopb_rk_fb {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
power_ctr: power_ctr {
|
power_ctr: power_ctr {
|
||||||
/*rockchip,debug = <0>;
|
rockchip,debug = <0>;
|
||||||
lcd_en: lcd-en {
|
lcd_en: lcd-en {
|
||||||
rockchip,power_type = <GPIO>;
|
rockchip,power_type = <GPIO>;
|
||||||
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;//GPIO_C6 = 22
|
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||||
rockchip,delay = <10>;
|
rockchip,delay = <10>;
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
/*lcd_cs: lcd-cs {
|
/*lcd_cs: lcd-cs {
|
||||||
rockchip,power_type = <GPIO>;
|
rockchip,power_type = <GPIO>;
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
compatible = "lg,lp097qx1-spa1", "panel-simple";
|
compatible = "lg,lp097qx1-spa1", "panel-simple";
|
||||||
backlight = <&backlight>;
|
backlight = <&backlight>;
|
||||||
power-supply = <&vcc3v3_s0>;
|
power-supply = <&vcc3v3_s0>;
|
||||||
|
enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
ports {
|
ports {
|
||||||
panel_in_edp: endpoint {
|
panel_in_edp: endpoint {
|
||||||
@@ -67,6 +68,7 @@
|
|||||||
compatible ="boe,tv080wum-nl0";
|
compatible ="boe,tv080wum-nl0";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
backlight = <&backlight>;
|
backlight = <&backlight>;
|
||||||
|
enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -62,13 +62,12 @@
|
|||||||
&vopb_rk_fb {
|
&vopb_rk_fb {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
power_ctr: power_ctr {
|
power_ctr: power_ctr {
|
||||||
/*rockchip,debug = <0>;
|
rockchip,debug = <0>;
|
||||||
lcd_en: lcd-en {
|
lcd_en: lcd-en {
|
||||||
rockchip,power_type = <GPIO>;
|
rockchip,power_type = <GPIO>;
|
||||||
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;//GPIO_C6 = 22
|
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||||
rockchip,delay = <10>;
|
rockchip,delay = <10>;
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
/*lcd_cs: lcd-cs {
|
/*lcd_cs: lcd-cs {
|
||||||
rockchip,power_type = <GPIO>;
|
rockchip,power_type = <GPIO>;
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
compatible = "lg,lp097qx1-spa1", "panel-simple";
|
compatible = "lg,lp097qx1-spa1", "panel-simple";
|
||||||
backlight = <&backlight>;
|
backlight = <&backlight>;
|
||||||
power-supply = <&vcc3v3_s0>;
|
power-supply = <&vcc3v3_s0>;
|
||||||
|
enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
ports {
|
ports {
|
||||||
panel_in_edp: endpoint {
|
panel_in_edp: endpoint {
|
||||||
@@ -67,6 +68,7 @@
|
|||||||
compatible ="boe,tv080wum-nl0";
|
compatible ="boe,tv080wum-nl0";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
backlight = <&backlight>;
|
backlight = <&backlight>;
|
||||||
|
enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -102,7 +102,6 @@
|
|||||||
240 241 242 243 244 245 246 247
|
240 241 242 243 244 245 246 247
|
||||||
248 249 250 251 252 253 254 255>;
|
248 249 250 251 252 253 254 255>;
|
||||||
default-brightness-level = <200>;
|
default-brightness-level = <200>;
|
||||||
enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
clkin_gmac: external-gmac-clock {
|
clkin_gmac: external-gmac-clock {
|
||||||
|
|||||||
Reference in New Issue
Block a user