Skip to content

Commit 1a626fa

Browse files
author
Vishnu Saini
committed
FROMLIST: arm64: dts: qcom: qcs6490-rb3gen2: use DP controller native HPD
The base device tree configures the edp_hot_plug_det pin using the "edp_hot" function on GPIO 60. However, on qcs6490-rb3gen2 this external HPD GPIO does not generate a connect event when a display is already connected at boot, causing the DP/eDP display to remain disabled. The DP controller’s native HPD correctly detects the connected sink in this scenario, so continue using the DP controller native HPD on the qcs6490-rb3gen2 platform instead of the external HPD GPIO. Link: https://lore.kernel.org/all/20260228-edp_hpd_rb3_gen2_for_next-v1-1-aebc047eddc1@oss.qualcomm.com/ Signed-off-by: Vishnu Saini <vishnu.saini@oss.qualcomm.com>
1 parent 1cefa86 commit 1a626fa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
label = "DP";
5050
type = "mini";
5151

52-
hpd-gpios = <&tlmm 60 GPIO_ACTIVE_HIGH>;
53-
5452
port {
5553
dp_connector_in: endpoint {
5654
remote-endpoint = <&mdss_edp_out>;
@@ -1754,7 +1752,6 @@
17541752
/* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
17551753

17561754
&edp_hot_plug_det {
1757-
function = "gpio";
17581755
bias-disable;
17591756
};
17601757

0 commit comments

Comments
 (0)