MLK-23234-2 arm64: dts: imx8mp: add blk-ctl node for mediamix
authorFancy Fang <chen.fang@nxp.com>
Tue, 14 Jan 2020 03:11:32 +0000 (11:11 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:28 +0000 (11:22 +0800)
The block control module in mediamix is responsible for
clocks gating, sub-modules reset and other module control
for lcdif, dsi, csi, isp, isi and etc sub-modules which
are included in the mediamix. So create a device node to
simplify the usages.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index d5358eb..e3f3707 100644 (file)
                                };
                        };
 
+                       mediamix_blk_ctl: blk-ctl@32ec0000 {
+                               compatible = "fsl,imx8mp-mediamix-blk-ctl",
+                                            "syscon";
+                               reg = <0x32ec0000 0x10000>;
+                       };
                };
 
                gic: interrupt-controller@38800000 {