From: Michael Trimarchi Date: Sat, 23 Jun 2018 14:10:06 +0000 (+0200) Subject: imx: imx6: Add comment to gpr_init function X-Git-Tag: baikal/mips/sdk5.9~1892^2~35 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=78ab2852dbe23c72d704cb42107195ce64dfb152;p=uboot.git imx: imx6: Add comment to gpr_init function This function can be used only for some of the nxp SoC. Make it explicit in the comment. This adjust a bit commit cf5206c25e076abdb4 ("imx: imx6: Move gpr_init() function to soc.c") Signed-off-by: Michael Trimarchi Acked-by: Jagan Teki --- diff --git a/arch/arm/mach-imx/mx6/soc.c b/arch/arm/mach-imx/mx6/soc.c index ffc2951ee7..31c9a6e4e3 100644 --- a/arch/arm/mach-imx/mx6/soc.c +++ b/arch/arm/mach-imx/mx6/soc.c @@ -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;