From 8c88abd62e2babfef35c585880eb470e4732ca01 Mon Sep 17 00:00:00 2001 From: Fancy Fang Date: Fri, 15 May 2020 19:19:24 +0800 Subject: [PATCH] MLK-23694-7 arm64: dts: imx8mp: add apb clock for blk-ctl@32ec0000 The mediamix block control module access requires the 'IMX8MP_CLK_MEDIA_APB_ROOT' clock to be enabled, so add this clock to this device node. Signed-off-by: Fancy Fang Reviewed-by: Liu Ying --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index bb8e06f032c8..3d75b9d19501 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1162,6 +1162,7 @@ compatible = "fsl,imx8mp-mediamix-blk-ctl", "syscon"; reg = <0x32ec0000 0x10000>; + clocks = <&clk IMX8MP_CLK_MEDIA_APB_ROOT>; }; ldb: ldb@32ec005c { -- 2.17.1