mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
fa63fd7409
commit
99ec128b2b
|
|
@ -24,7 +24,7 @@ rk_headset: rk-headset {
|
|||
};
|
||||
|
||||
&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_rst_gpio: lcd-rst-gpio {
|
|||
};
|
||||
|
||||
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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user