From patchwork Tue Dec 3 08:07:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3274171 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 48E509F377 for ; Tue, 3 Dec 2013 08:07:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 226E520144 for ; Tue, 3 Dec 2013 08:07:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9033F20268 for ; Tue, 3 Dec 2013 08:07:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752840Ab3LCIHI (ORCPT ); Tue, 3 Dec 2013 03:07:08 -0500 Received: from mail-pb0-f49.google.com ([209.85.160.49]:52512 "EHLO mail-pb0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752751Ab3LCIHF (ORCPT ); Tue, 3 Dec 2013 03:07:05 -0500 Received: by mail-pb0-f49.google.com with SMTP id jt11so20579002pbb.36 for ; Tue, 03 Dec 2013 00:07:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:sender:message-id:from:subject:to:cc:mime-version:content-type; bh=s5mTMaMB5A2GJ1rVJLq4cwe8YFR7cFh0c+HCYf7+i8w=; b=CfA/3nAyKHoM5Z/37nFjxgfcKbZNmyv+JOZXAekgLER8FL/We+Buq6yucpV9LKztiS 1s27WOE3c6l1deccimf5jLBo++RUi+dQ2UdfXtK/6Lj4KdJEZuearIqncg3TwwwzYH3b OD08RMJh23v/NHVzXTPMyXotNTj7iLqA0rvLyUjiH6Y95/xrAhBPs7khPwlSnKB0KHTe m4DsNs/hl5gSTlElzmKKp1/6TlsJ14huax6kPwxorMX1kfag43wGm8mW1h58YFOb0GWf J5jtb50CMEfmPzYxjxmD83CZFuvqGzmrSJsqIi1CY/KtJ9bG1euHCXoyGcSTE3Xl2qIn sbZg== X-Received: by 10.68.197.129 with SMTP id iu1mr13725408pbc.139.1386058024720; Tue, 03 Dec 2013 00:07:04 -0800 (PST) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id i10sm145174835pat.11.2013.12.03.00.07.02 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 03 Dec 2013 00:07:03 -0800 (PST) Date: Tue, 03 Dec 2013 00:07:03 -0800 (PST) Message-ID: <87a9gitl2a.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH] ARM: shmobile: armadillo: fixup FSI address size To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP FSI address size is 0x400, not 0x8400 Signed-off-by: Kuninori Morimoto --- arch/arm/mach-shmobile/board-armadillo800eva.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 958e3cb..d9e28c7a 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c @@ -958,7 +958,7 @@ static struct resource fsi_resources[] = { [0] = { .name = "FSI", .start = 0xfe1f0000, - .end = 0xfe1f8400 - 1, + .end = 0xfe1f0400 - 1, .flags = IORESOURCE_MEM, }, [1] = {