summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts
AgeCommit message (Collapse)Author
2021-04-27MLK-25341: arm64: dts: imx8qm: Add MIPI and LDB to HDMI/DP device tree filesOliver Brown
MIPI1 and LVDS1 should be enabled in the HDMI configuration. Added DP configuration for MEK board. Signed-off-by: Oliver Brown <oliver.brown@nxp.com> (cherry picked from commit cfdd6c60d3bf1da3d5d4c71b6f4834dc503bcbc0) Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
2020-02-13LF-794 arm64: dts: imx8qm: Add firmware-name properties for HDMI and DPAbel Vesa
Add the display port firmware name property and set it to dpfw.bin for the lpddr4 validation board, and the hdmi firmware name property and set it to hdmitxfw.bin for the mek board. This tells the driver to load right the firmware based on the compatible property. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Sandor Yu <sandor.yu@nxp.com>
2019-12-06LF-367: arm64/dts: imx8qm: Disable mipi dsi in hdmi dts fileSandor Yu
HDMI driver couldn't support unbind function now, because HDMI FW should always running. mipi dsi driver will probe faile if no mipi dsi panel connected to mek board, then all connectors will be unbinded and hdmi will faile in the secondly bind. Disable mipi dsi in hdmi dts file to avoid hdmi driver unbinded. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com> Reviewed-by: Robby Cai <robby.cai@nxp.com>
2019-11-29LF-235: arm64: dts: imx8qm: disable all hdmi ss modules defaultlySandor Yu
imx8qm hdmi has a specific dts file, in order to avoid unnecessary probe hdmi subsystem modules in imx8qm-mek.dts all hdmi submodules by default set to disabled and enabled in imx8qm-mek-hdmi.dts Signed-off-by: Sandor Yu <Sandor.yu@nxp.com> Reviewed-by: Robby Cai <robby.cai@nxp.com>
2019-11-25ARM64: dts: imx8qm: enable ARC for HDMI AudioShengjiu Wang
enable ARC for HDMI Audio Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-11-25arm64: dts: imx8qm mek hdmi: Add hdmi tx audio deviceSandor Yu
Enable imx8qm hdmi tx audio. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
2019-11-25arm64: dts: imx8qm mek hdmi: Add lane_mapping setSandor Yu
Add lane_mapping set for hdmi. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
2019-11-25arm64: imx8qm mek: Add hdmi tx supportSandor Yu
Move hdmi tx function out of imx8qm-mek.dts. Disable lvds devices in imx8qm-mek-hdmi.dts, then hdmi tx function should not depend on LVDS connector plugged. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>