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>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user