From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beniamino Galvani Subject: Re: [PATCH 1/6] ARM: meson: add meson8 machine definition Date: Thu, 2 Oct 2014 19:08:48 +0200 Message-ID: <20141002170848.GB29052@gmail.com> References: <1412198986-26534-1-git-send-email-b.galvani@gmail.com> <1412198986-26534-2-git-send-email-b.galvani@gmail.com> <6568653.UtyvOjrQBb@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <6568653.UtyvOjrQBb@wuerfel> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnd Bergmann Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Carlo Caione , Russell King , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jerry Cao , Victor Wan List-Id: devicetree@vger.kernel.org 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html