imx: imx6: Add comment to gpr_init function
authorMichael Trimarchi <michael@amarulasolutions.com>
Sat, 23 Jun 2018 14:10:06 +0000 (16:10 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 23 Jul 2018 08:50:53 +0000 (10:50 +0200)
This function can be used only for some of the nxp SoC. Make
it explicit in the comment. This adjust a bit commit
3aa4b703b483f165dd ("imx: imx6: Move gpr_init() function to soc.c")

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/mach-imx/mx6/soc.c

index ffc2951ee7db1ca309e00abbf512a7d7fbcc6fd6..31c9a6e4e373bd636d8b00d0021f112155e0d46e 100644 (file)
@@ -651,6 +651,11 @@ void imx_setup_hdmi(void)
 }
 #endif
 
+
+/*
+ * gpr_init() function is common for boards using MX6S, MX6DL, MX6D,
+ * MX6Q and MX6QP processors
+ */
 void gpr_init(void)
 {
        struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR;