mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -196,6 +196,8 @@
|
||||
};
|
||||
|
||||
&dp1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&dp1_hpd>;
|
||||
hpd-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
};
|
||||
@@ -471,6 +473,13 @@
|
||||
<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 @@
|
||||
&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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user