提交 4a72abcb 编写于 作者: M Michael Trimarchi 提交者: Stefano Babic

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
3aa4b703 ("imx: imx6: Move gpr_init() function to soc.c")
Signed-off-by: NMichael Trimarchi <michael@amarulasolutions.com>
Acked-by: NJagan Teki <jagan@amarulasolutions.com>
上级 2756d31f
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册