diff options
author | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-01-28 12:52:20 -0300 |
---|---|---|
committer | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-01-28 13:04:52 -0300 |
commit | 14af464fe421edbaa439364adadd78af2c8aa7f9 (patch) | |
tree | fb63c5571635becf5dd302197562349efc831a58 | |
parent | d6ad288825d0ae560f3559d78561eec9935e8c22 (diff) |
arm64: dts: freescale: imx95-toradex-smarc: Enable display interrupt controller
Enable displaymix_irqsteer node. It is needed by the DSI controller used
with the DSI-to-DP bridge.
Upstream-Status: Pending
Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts b/arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts index e394724324e0..a3092c31986b 100644 --- a/arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts +++ b/arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts @@ -73,6 +73,10 @@ status = "okay"; }; +&displaymix_irqsteer { + status = "okay"; +}; + &dpu { status = "okay"; }; |