summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq.dtsi
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2020-04-16 16:57:42 +0300
committerHoria Geantă <horia.geanta@nxp.com>2020-08-13 19:38:39 +0300
commit7ef316d773aba56f094d7f4d132fdc1c3b4d9152 (patch)
treee54540618de321afa5afdd10424d1fb744cccbd9 /arch/arm64/boot/dts/freescale/imx8mq.dtsi
parente29b85f46ddc5ea26504b0319fd0d07e22fe464e (diff)
arm64: dts: imx8mq/mm/mn: add caam snvs clock
On i.MX8M* the snvs clock is mandatory cf. DT binding doc, add it. Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Reviewed-by: Franck Lenormand <franck.lenormand@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq.dtsi')
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8mq.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 32338f0e7af0..ce3452217a08 100755
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -585,6 +585,8 @@
caam_snvs: caam-snvs@30370000 {
compatible = "fsl,imx6q-caam-snvs";
reg = <0x30370000 0x10000>;
+ clocks = <&clk IMX8MQ_CLK_SNVS_ROOT>;
+ clock-names = "ipg";
};
snvs: snvs@30370000 {