diff options
author | Michael Trimarchi | 2018-06-23 16:10:06 +0200 |
---|---|---|
committer | Stefano Babic | 2018-07-23 10:50:53 +0200 |
commit | 4a72abcb71d9be773df438f237cc95c2ed399295 (patch) | |
tree | ad57d16e9771760b48f0029b142742a667ac9ed4 /arch | |
parent | 2756d31fae31da75f3ac8a10a61e6dd0ebea79c8 (diff) |
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
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-imx/mx6/soc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx6/soc.c b/arch/arm/mach-imx/mx6/soc.c index ffc2951ee7d..31c9a6e4e37 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; |