From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/6] ARM: meson: add meson8 machine definition Date: Thu, 02 Oct 2014 11:28:14 +0200 Message-ID: <6568653.UtyvOjrQBb@wuerfel> References: <1412198986-26534-1-git-send-email-b.galvani@gmail.com> <1412198986-26534-2-git-send-email-b.galvani@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1412198986-26534-2-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Beniamino Galvani 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 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 -- 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