summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/imx7d-clock.h
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-01-09 17:52:05 +0800
committerShawn Guo <shawnguo@kernel.org>2018-02-22 17:46:58 +0800
commitd931ba53e001cd3cea909070bf3c971ed217fa7d (patch)
tree48fa9b90eca17e5574d2897a5d11deea9b20754e /include/dt-bindings/clock/imx7d-clock.h
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff)
downloadlinux-d931ba53e001cd3cea909070bf3c971ed217fa7d.tar.bz2
clk: imx: imx7d: add the snvs clock
According to the i.MX7D Reference Manual, SNVS block has a clock gate, accessing SNVS block would need this clock gate to be enabled, add it into clock tree so that SNVS module driver can operate this clock gate. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Acked-by: Dong Aisheng <aisheng.dong@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/imx7d-clock.h')
-rw-r--r--include/dt-bindings/clock/imx7d-clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx7d-clock.h b/include/dt-bindings/clock/imx7d-clock.h
index e2f99ae72d5c..dc51904435d8 100644
--- a/include/dt-bindings/clock/imx7d-clock.h
+++ b/include/dt-bindings/clock/imx7d-clock.h
@@ -452,5 +452,6 @@
#define IMX7D_OCOTP_CLK 439
#define IMX7D_NAND_RAWNAND_CLK 440
#define IMX7D_NAND_USDHC_BUS_RAWNAND_CLK 441
-#define IMX7D_CLK_END 442
+#define IMX7D_SNVS_CLK 442
+#define IMX7D_CLK_END 443
#endif /* __DT_BINDINGS_CLOCK_IMX7D_H */