From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 23 Dec 2014 22:00:17 +0100 Subject: [PATCH 2/8] ARM: digicolor: add low level debug support In-Reply-To: References: Message-ID: <2866303.axqKJidzX4@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 23 December 2014 09:58:39 Baruch Siach wrote: > @@ -14,5 +14,6 @@ static const char *digicolor_dt_compat[] __initconst = { > }; > > DT_MACHINE_START(DIGICOLOR, "Conexant Digicolor (Flattened Device Tree)") > + .map_io = debug_ll_io_init, > .dt_compat = digicolor_dt_compat, > MACHINE_END This change is not needed, the debug_ll_io_init function is used by default if no other map_io callback is specified. Arnd