[PATCH 2/2] ARM i.MX6Q: Use ENET_CLK_SEL defines in imx6q_1588_init
Shawn Guo
shawn.guo at linaro.org
Thu Jun 27 10:42:57 EDT 2013
On Wed, Jun 26, 2013 at 03:08:49PM +0200, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
> ---
> arch/arm/mach-imx/mach-imx6q.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c
> index db1db78..adabe2b 100644
> --- a/arch/arm/mach-imx/mach-imx6q.c
> +++ b/arch/arm/mach-imx/mach-imx6q.c
> @@ -242,7 +242,9 @@ static void __init imx6q_1588_init(void)
>
> gpr = syscon_regmap_lookup_by_compatible("fsl,imx6q-iomuxc-gpr");
> if (!IS_ERR(gpr))
> - regmap_update_bits(gpr, 0x4, 1 << 21, 1 << 21);
> + regmap_update_bits(gpr, IOMUXC_GPR1,
> + IMX6Q_GPR1_ENET_CLK_SEL_MASK,
> + IMX6Q_GPR1_ENET_CLK_SEL_ANATOP);
It needs '#include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>'. I fixed it
up and applied both patches.
Shawn
> else
> pr_err("failed to find fsl,imx6q-iomux-gpr regmap\n");
>
> --
> 1.8.3.1
>
More information about the linux-arm-kernel
mailing list