From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?iso-8859-1?q?St=FCbner?= Subject: Re: [PATCH 09/10] arm: add debug uarts for rockchip rk29xx and rk3xxx series Date: Mon, 3 Jun 2013 09:54:10 +0200 Message-ID: <201306030954.10891.heiko@sntech.de> References: <201306030055.15413.heiko@sntech.de> <201306030101.04370.heiko@sntech.de> <19033743.NUXvdvXthR@wuerfel> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from [95.129.55.99] ([95.129.55.99]:43294 "EHLO gloria.sntech.de" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752175Ab3FCHyj (ORCPT ); Mon, 3 Jun 2013 03:54:39 -0400 In-Reply-To: <19033743.NUXvdvXthR@wuerfel> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Mike Turquette , Seungwon Jeon , Linus Walleij , linux-mmc@vger.kernel.org, "linux-kernel@vger.kernel.org" , Rob Herring , Jaehoon Chung , Olof Johansson , John Stultz , Grant Likely , Russell King , Thomas Gleixner , Chris Ball , devicetree-discuss@lists.ozlabs.org Am Montag, 3. Juni 2013, 04:08:37 schrieb Arnd Bergmann: > On Monday 03 June 2013 01:01:03 Heiko St=FCbner wrote: > > +#if defined(CONFIG_DEBUG_RK29_UART0) > > +#define ROCKCHIP_UART_DEBUG_PHYS_BASE 0x20060000 > > +#define ROCKCHIP_UART_DEBUG_VIRT_BASE 0xfe060000 >=20 > 0xfed60000 maybe? looks like a typo. ha, correct ... thanks