LCDIF mux found in i.MX8qxp SoC muxes different inputs to
parallel display interface. The control register for the
mux lives in LCDIF mux regs region. This patch adds a
relevant LCDIF mux regs syscon node for that region.
Reviewed-by: Robert Chiras <robert.chiras@nxp.com>
Tested-by: Robert Chiras <robert.chiras@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
status = "disabled";
};
};
+
+&dma_subsys {
+ lcdif_mux_regs: mux-regs@5a170000 {
+ compatible = "fsl,imx8qxp-lcdif-mux-regs", "syscon";
+ reg = <0x5a170000 0x4>;
+ };
+};