From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Sun, 21 Aug 2011 00:10:49 +0800 Subject: [PATCH 2/6] ARM: add Highbank core platform support In-Reply-To: <1313526898-19920-3-git-send-email-robherring2@gmail.com> References: <1313526898-19920-1-git-send-email-robherring2@gmail.com> <1313526898-19920-3-git-send-email-robherring2@gmail.com> Message-ID: <20110820161048.GD13302@S2100-06.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Aug 16, 2011 at 03:34:54PM -0500, Rob Herring wrote: > From: Rob Herring > > This adds basic support for the Calxeda Highbank platform. > > Signed-off-by: Rob Herring > --- [...] > +DT_MACHINE_START(HIGHBANK, "Highbank") > + .map_io = highbank_map_io, > + .init_irq = highbank_init_irq, > + .nr_irqs = NR_IRQS, Is it really needed? > + .timer = &highbank_timer, > + .init_machine = highbank_init, > + .dt_compat = highbank_match, > +MACHINE_END -- Regards, Shawn