summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorSandor Yu <Sandor.yu@nxp.com>2021-10-13 11:50:36 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:49:53 +0800
commit086bee77080520376d0d3e98bd38e0664c7fea87 (patch)
treec079ea93dc356ab8a0098e6353e33a84f2003438 /arch/arm
parent6c649a30cfcd2b9ef7213683b023acd489f69f1c (diff)
LF-4682: arm: dts: imx6qdl_sabresd: remove reg_hdmi power supply
pmic_5V default is always on when imx6 Sabresd board bootup. HDMI require the 5V keep in power ON for detect cable status, and pmic_5v will not be off after HDMI driver probe. On 5.15 branch, more strict device links check suppliers applied. reg_hdmi regulator will be put into defer probe list because of i2c2, and so will hdmi video driver. It break ipu fb and mxc hdmi bootup sequency, ipu fb and hdmi driver couldn't support this case and hdmi will fail to work. Comment out reg_hdmi regulator from hdmi_video property to workaround the issue. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/imx6qdl-sabresd.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
index 8588eabb43cb..96b74dcf0589 100644
--- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
@@ -386,7 +386,7 @@
&hdmi_video {
fsl,phy_reg_vlev = <0x294>;
fsl,phy_reg_cksymtx = <0x800d>;
- HDMI-supply = <&reg_hdmi>;
+/* HDMI-supply = <&reg_hdmi>; */
status = "okay";
};