[PATCH 3/4] ARM: i.MX7: snvs: rename imx7_snvs_init -> imx7_setup_snvs

Stefan Kerkmann <[email protected]>
Newsgroups org.infradead.lists.barebox
Message-ID <[email protected]>
For consistency with the i.MX8 family.

Signed-off-by: Stefan Kerkmann <[email protected]>
---
 arch/arm/mach-imx/snvs.c | 2 +-
 include/mach/imx/snvs.h  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-imx/snvs.c b/arch/arm/mach-imx/snvs.c
index 414e927b05..8ec8accf6a 100644
--- a/arch/arm/mach-imx/snvs.c
+++ b/arch/arm/mach-imx/snvs.c
@@ -29,7 +29,7 @@ static void snvs_init(void __iomem *snvs)
 	writel(0xffffffff, snvs + SNVS_LPSR);
 }
 
-void imx7_snvs_init(void)
+void imx7_setup_snvs(void)
 {
 	void __iomem *snvs = IOMEM(MX7_SNVS_BASE_ADDR);
 
diff --git a/include/mach/imx/snvs.h b/include/mach/imx/snvs.h
index 01154d57d9..65e1da34f0 100644
--- a/include/mach/imx/snvs.h
+++ b/include/mach/imx/snvs.h
@@ -3,7 +3,7 @@
 #ifndef __MACH_IMX_SNVS_H
 #define __MACH_IMX_SNVS_H
 
-void imx7_snvs_init(void);
+void imx7_setup_snvs(void);
 void imx8m_setup_snvs(void);
 
 #endif /* __MACH_IMX_SNVS_H */

-- 
2.47.3
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.