From c65d02e441d522650899e9571c1766a17ac0ba62 Mon Sep 17 00:00:00 2001 From: Abel Vesa Date: Wed, 11 Dec 2019 09:22:17 +0200 Subject: [PATCH] LF-794 arm64: dts: imx8qm-ss-hdmi: Add firmware-name property This tells the driver to load the firmware named hdmitxfw.bin. Signed-off-by: Abel Vesa Reviewed-by: Sandor Yu --- arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi index 049416cb629a..3f0ca0616737 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi @@ -178,6 +178,7 @@ interrupt-parent = <&irqsteer_hdmi>; interrupts = <10>, <13>; interrupt-names = "plug_in", "plug_out"; + firmware-name = "hdmitxfw.bin"; status = "disabled"; clocks = <&clk IMX_SC_R_HDMI_PLL_0 IMX_SC_PM_CLK_PLL>, -- 2.17.1