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:
parent
c13f69ad1b
commit
878fd85fce
5 changed files with 8 additions and 7 deletions
|
|
@ -67,13 +67,12 @@
|
|||
&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>;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -62,13 +62,12 @@
|
|||
&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>;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@
|
|||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue