arm64: dts: rockchip: fix panel enable gpio for rk3566-evb1-ddr4-v10

Change-Id: Ib57b31985d68b83c35ce3f0bb7b298aa469bfeff
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
This commit is contained in:
Guochun Huang
2020-11-09 12:52:56 +08:00
committed by Tao Huang
parent fa63fd7409
commit 99ec128b2b

View File

@@ -24,7 +24,7 @@
};
&dsi_panel {
enable-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
enable-gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio4 RK_PC5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&lcd_enable_gpio>, <&lcd_rst_gpio>;
@@ -118,7 +118,7 @@
};
lcd_enable_gpio: lcd-enable-gpio {
rockchip,pins = <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;
rockchip,pins = <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>;
};
};