[PATCH v1 3/3] ARM: dts: imx: bx50v3: ignore HDMI rxsense

From: Ian Ray

Date: Wed Sep 02 2026 - 09:16:38 EST


HDMI is converted to DP in the B450, B650, and B850 boards; as such the
rxsense must be ignored for hotplug detect to work.

Signed-off-by: Ian Ray <ian.ray@xxxxxxxxxxxxxxxx>
---
arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi
index 2c8d2ab8cda1..8e129b1bdbbf 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi
@@ -174,6 +174,11 @@ m25_eeprom: eeprom@0 {
};
};

+&hdmi {
+ /* converted to DP using STDP2600 */
+ ignore-rxsense;
+};
+
&i2c1 {
pinctrl-names = "default", "gpio";
pinctrl-1 = <&pinctrl_i2c1_gpio>;
--
2.47.3