projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab03181
)
MLK-23694-7 arm64: dts: imx8mp: add apb clock for blk-ctl@32ec0000
author
Fancy Fang
<chen.fang@nxp.com>
Fri, 15 May 2020 11:19:24 +0000
(19:19 +0800)
committer
Dong Aisheng
<aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:41 +0000
(11:22 +0800)
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 <chen.fang@nxp.com>
Reviewed-by: Liu Ying <victor.liu@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index
bb8e06f
..
3d75b9d
100644
(file)
--- 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 {