mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk3588-evb7: set hdmirx detect pin to pull up
Signed-off-by: Chen Shunqing <csq@rock-chips.com> Change-Id: I93c7891257b48898641b322cab4b4fc8e9ca5685
This commit is contained in:
@@ -407,6 +407,8 @@
|
||||
/* Effective level used to trigger HPD: 0-low, 1-high */
|
||||
hpd-trigger-level = <1>;
|
||||
hdmirx-det-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hdmim1_rx_cec &hdmim1_rx_hpdin &hdmim1_rx_scl &hdmim1_rx_sda &hdmirx_det>;
|
||||
};
|
||||
|
||||
&hdptxphy_hdmi0 {
|
||||
@@ -645,6 +647,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
hdmirx {
|
||||
hdmirx_det: hdmirx-det {
|
||||
rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
|
||||
headphone {
|
||||
hp_det: hp-det {
|
||||
rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
|
||||
Reference in New Issue
Block a user