diff options
author | Oliver Brown <oliver.brown@nxp.com> | 2022-02-09 16:42:05 -0600 |
---|---|---|
committer | Oliver Brown <oliver.brown@nxp.com> | 2022-04-05 13:15:52 -0500 |
commit | a8bfe3645ea8b6888093c2f780cfba0fef258f4f (patch) | |
tree | 85ba4da21ad2a973241a8006500d877e8bf79e1f /arch | |
parent | fe6a3a3d59fb345747d8d7fcb553eebfc8a6dd27 (diff) |
MLK-25832-1: arch: arm64: boot: dts: freescale: Enable MIPI 1 and LVDS 1 in HDMI build
This allows HDMIRX to be used with either MIPI 1 and LVDS 1.
Signed-off-by: Oliver Brown <oliver.brown@nxp.com>
Acked-by: Robert Chiras <robert.chiras@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts index 75d0ebf5c5bd..eac2ee840615 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts +++ b/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts @@ -43,27 +43,11 @@ status = "disabled"; }; -&ldb2_phy { - status = "disabled"; -}; - -&ldb2 { - status = "disabled"; -}; - &mipi0_dsi_host { status = "disabled"; }; -&mipi1_dphy { - status = "disabled"; -}; - -&mipi1_dsi_host { - status = "disabled"; -}; - -&mipi1_dphy { +&mipi0_dphy { status = "disabled"; }; |