arm64: dts: rockchip: rk3588-evb1-lp4: Fix dp2vga display

Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Change-Id: Ib764a9cc64d38e1e3d1e66da03796c31d324391e
This commit is contained in:
Wyon Bi 2021-11-18 19:01:29 +08:00 committed by Tao Huang
parent 485249fbdb
commit bb6015af1d

View File

@ -196,6 +196,8 @@ &dp0_in_vp2 {
};
&dp1 {
pinctrl-names = "default";
pinctrl-0 = <&dp1_hpd>;
hpd-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@ -471,6 +473,13 @@ mipidcphy0_pwr: mipidcphy0-pwr {
<2 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
dp {
dp1_hpd: dp1-hpd {
rockchip,pins = <1 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
headphone {
hp_det: hp-det {
rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>;
@ -607,3 +616,11 @@ &usbhost3_0 {
&usbhost_dwc3_0 {
status = "disabled";
};
&vop {
assigned-clocks = <&cru DCLK_VOP0_SRC>,
<&cru DCLK_VOP1_SRC>,
<&cru DCLK_VOP2_SRC>,
<&cru DCLK_VOP3>;
assigned-clock-parents = <0>, <0>, <&cru PLL_V0PLL>, <0>;
};