From patchwork Wed Nov 17 06:44:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 331141 X-Patchwork-Delegate: lethal@linux-sh.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAH6gEDp020611 for ; Wed, 17 Nov 2010 06:42:14 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934439Ab0KQGln (ORCPT ); Wed, 17 Nov 2010 01:41:43 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:48220 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933297Ab0KQGlm (ORCPT ); Wed, 17 Nov 2010 01:41:42 -0500 Received: by yxf34 with SMTP id 34so924719yxf.19 for ; Tue, 16 Nov 2010 22:41:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :in-reply-to:references:subject; bh=uOXbgzVS+TFy9zwMOYCT29cD+hm2DZN0fMD+Hrcli98=; b=p1tOg1jV+L7LXJXjABbou0O9aBHkNJSWDrhYGahKLzHb7mnJ0wrLQvyG3OiffYfZGf WP45Nu5yR+oHvskvZCzglo0LqfC7JHyub2deD4WETLe0HfIVmnByyh83TGKDzQCyomBj 8vbtXt/xTcm/CVMCiZuFvo9Y8LCddupAy1UrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=u4veBLoc69fAqccMQzjl4/7/iqOemV0yUjUSe0/oaSyf10LWG6UPGqTt6GDumNaNrs kOvBbmIy+sThbcrHkQNahNt3AZlCFnLzMKgRoikWOTE/wiu3NJChLrPGIO6UfPfR1ccm ARU6GNDFG+t+K6InvM754vYqbNQzhM74BqTZQ= Received: by 10.151.15.1 with SMTP id s1mr13378448ybi.327.1289976101564; Tue, 16 Nov 2010 22:41:41 -0800 (PST) Received: from [127.0.0.1] (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id k2sm545385ybj.20.2010.11.16.22.41.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 22:41:40 -0800 (PST) From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org, g.liakhovetski@gmx.de, linux-sh@vger.kernel.org Date: Wed, 17 Nov 2010 15:44:35 +0900 Message-Id: <20101117064435.18139.41134.sendpatchset@t400s> In-Reply-To: <20101117064405.18139.57035.sendpatchset@t400s> References: <20101117064405.18139.57035.sendpatchset@t400s> Subject: [PATCH 03/05] ARM: mach-shmobile: Extend AP4EVB MIPI-DSI resources Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 17 Nov 2010 06:42:14 +0000 (UTC) --- 0001/arch/arm/mach-shmobile/board-ap4evb.c +++ work/arch/arm/mach-shmobile/board-ap4evb.c 2010-11-16 17:19:30.000000000 +0900 @@ -501,7 +501,12 @@ static struct platform_device keysc_devi static struct resource mipidsi0_resources[] = { [0] = { .start = 0xffc60000, - .end = 0xffc68fff, + .end = 0xffc63073, + .flags = IORESOURCE_MEM, + }, + [1] = { + .start = 0xffc68000, + .end = 0xffc680ef, .flags = IORESOURCE_MEM, }, };