[PATCH 1/6] ARM: meson: add meson8 machine definition
Beniamino Galvani
b.galvani at gmail.com
Thu Oct 2 10:08:48 PDT 2014
On Thu, Oct 02, 2014 at 11:28:14AM +0200, Arnd Bergmann wrote:
> On Wednesday 01 October 2014 23:29:41 Beniamino Galvani wrote:
> > DT_MACHINE_START(AML8726_MX, "Amlogic Meson6 platform")
> > .dt_compat = m6_common_board_compat,
> > MACHINE_END
> >
> > +DT_MACHINE_START(MESON8, "Amlogic Meson8 platform")
> > + .dt_compat = m8_common_board_compat,
> > +MACHINE_END
>
> One more thing: since this is a cortex-a9, don't you have to enable
> the l2x0 cache controller explicitly? I think you need a
> ".l2c_aux_mask = ~0," entry here.
Will do, thanks.
Beniamino
More information about the linux-arm-kernel
mailing list