On Wednesday 04 February 2015 15:15:12 Geert Uytterhoeven wrote: > DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)") > + .l2c_aux_val = L2C_AUX_CTRL_SHARED_OVERRIDE, > + .l2c_aux_mask = ~L2C_AUX_CTRL_SHARED_OVERRIDE, > .map_io = r8a7740_map_io, > .init_early = shmobile_init_delay, > .init_irq = r8a7740_init_irq_of, +Russell I'd hope we could avoid having any overrides in here that are not specified in DT. I can never remember what we discussed about particular bits in the past though. Is this bit something we could add a binding for, or could we make it enabled by default? I assume you have to add it because the boot loader sets the wrong default, right? Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html