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:
Chen Shunqing
2022-06-06 07:43:09 +00:00
committed by Tao Huang
parent 67f6b601fb
commit 1a89ef3c1f

View File

@@ -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>;