1
0
Fork 0

LF-794 arm64: dts: imx8qm: Add firmware-name properties for HDMI and DP

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>
5.4-rM2-2.2.x-imx-squashed
Abel Vesa 2019-12-11 09:22:17 +02:00
parent 228395b5e5
commit 4d3e8aa6e6
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@
&hdmi {
compatible = "cdn,imx8qm-dp";
firmware-name = "dpfw.bin";
lane-mapping = <0x1b>;
status = "okay";
};

View File

@ -117,6 +117,7 @@
&hdmi {
compatible = "cdn,imx8qm-hdmi";
firmware-name = "hdmitxfw.bin";
lane-mapping = <0x93>;
status = "okay";
};