From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 02 Oct 2014 11:28:14 +0200 Subject: [PATCH 1/6] ARM: meson: add meson8 machine definition In-Reply-To: <1412198986-26534-2-git-send-email-b.galvani@gmail.com> References: <1412198986-26534-1-git-send-email-b.galvani@gmail.com> <1412198986-26534-2-git-send-email-b.galvani@gmail.com> Message-ID: <6568653.UtyvOjrQBb@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. Arnd