diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-12-11 09:22:17 +0200 |
---|---|---|
committer | Abel Vesa <abel.vesa@nxp.com> | 2020-02-13 13:42:54 +0200 |
commit | 4d3e8aa6e61ce840d88a9a05b984e5c4b8c8d3c3 (patch) | |
tree | 355a942493a8af268c19199699da8ae840d8d483 /arch | |
parent | 228395b5e5a8e134385dc1d3c197bbbc748fc411 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qm-lpddr4-val-dp.dts | 1 | ||||
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-lpddr4-val-dp.dts b/arch/arm64/boot/dts/freescale/imx8qm-lpddr4-val-dp.dts index 6e2fefb5b595..c8ab941ed396 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-lpddr4-val-dp.dts +++ b/arch/arm64/boot/dts/freescale/imx8qm-lpddr4-val-dp.dts @@ -86,6 +86,7 @@ &hdmi { compatible = "cdn,imx8qm-dp"; + firmware-name = "dpfw.bin"; lane-mapping = <0x1b>; status = "okay"; }; diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts index 17cf2c1e3515..10324988d63a 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts +++ b/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts @@ -117,6 +117,7 @@ &hdmi { compatible = "cdn,imx8qm-hdmi"; + firmware-name = "hdmitxfw.bin"; lane-mapping = <0x93>; status = "okay"; }; |