Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / arch / arm / mach-imx / mach-imx6q.c
index e3940707eeb8b8662d83412a80939af7dbd048ff..97fd25105e2c0d1e0e1bb5a0a14471e4be0842f6 100644 (file)
@@ -220,7 +220,7 @@ static void __init imx6q_1588_init(void)
                                IMX6Q_GPR1_ENET_CLK_SEL_MASK,
                                clksel);
        else
-               pr_err("failed to find fsl,imx6q-iomux-gpr regmap\n");
+               pr_err("failed to find fsl,imx6q-iomuxc-gpr regmap\n");
 
        clk_put(enet_ref);
 put_ptp_clk:
@@ -407,6 +407,8 @@ static const char * const imx6q_dt_compat[] __initconst = {
 };
 
 DT_MACHINE_START(IMX6Q, "Freescale i.MX6 Quad/DualLite (Device Tree)")
+       .l2c_aux_val    = 0,
+       .l2c_aux_mask   = ~0,
        .smp            = smp_ops(imx_smp_ops),
        .map_io         = imx6q_map_io,
        .init_irq       = imx6q_init_irq,
This page took 0.025637 seconds and 5 git commands to generate.