mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 00:23:01 +02: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:
parent
485249fbdb
commit
bb6015af1d
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user