From patchwork Mon Jul 22 10:52:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 18487 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-vb0-f72.google.com (mail-vb0-f72.google.com [209.85.212.72]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 57BFD25E11 for ; Mon, 22 Jul 2013 10:52:56 +0000 (UTC) Received: by mail-vb0-f72.google.com with SMTP id p12sf8405596vbe.7 for ; Mon, 22 Jul 2013 03:52:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-beenthere:x-forwarded-to:x-forwarded-for :delivered-to:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe; bh=2EZ5iaE16cLpE5FKQ64w87MQPHpqW0L66qKZjxHC1/Y=; b=WidePnXYhYgCpKVwc5J3TNDUcd7GoMM5DcHpw9XQXQcEA2Sb56Y7BiKRERN8+oeRwF Q+XEx2lpL9H9QK1WebEFXDs62pMQKs+sjW0JAcK47Gey7YF/evsmSepSQPE58eZa8xPg yMS+a95kHNpq63FiEzqp/jhyTJ8fbUlHSKctPAXQrodCfqg5DuCe1keO4E8kWg4xyyRJ u7D+oymOnyKzMkWldfy+v/FSPADJrW9Y074HnpDK0n1nNv6jdsjQTjQGP+o8vyRhD/Wj IVF/WemPZDkYobcvgywQkQg/T+Arczfn58ngjWOC0G084YEvgSarsCPStnHke2ikAjjq X1GA== X-Received: by 10.236.119.227 with SMTP id n63mr15793569yhh.38.1374490375982; Mon, 22 Jul 2013 03:52:55 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.82.74 with SMTP id g10ls2762549qey.60.gmail; Mon, 22 Jul 2013 03:52:55 -0700 (PDT) X-Received: by 10.52.94.142 with SMTP id dc14mr750109vdb.65.1374490375855; Mon, 22 Jul 2013 03:52:55 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) by mx.google.com with ESMTPS id cx7si6889458vcb.46.2013.07.22.03.52.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 03:52:55 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.181 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.220.181; Received: by mail-vc0-f181.google.com with SMTP id lf10so316446vcb.12 for ; Mon, 22 Jul 2013 03:52:55 -0700 (PDT) X-Received: by 10.52.27.172 with SMTP id u12mr7570857vdg.64.1374490375781; Mon, 22 Jul 2013 03:52:55 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.58.165.8 with SMTP id yu8csp49079veb; Mon, 22 Jul 2013 03:52:55 -0700 (PDT) X-Received: by 10.15.32.67 with SMTP id z43mr27410083eeu.24.1374490374878; Mon, 22 Jul 2013 03:52:54 -0700 (PDT) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx.google.com with ESMTPS id v1si24034880eeo.295.2013.07.22.03.52.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 03:52:54 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.215.182 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.215.182; Received: by mail-ea0-f182.google.com with SMTP id d10so3766567eaj.13 for ; Mon, 22 Jul 2013 03:52:54 -0700 (PDT) X-Received: by 10.15.61.130 with SMTP id i2mr25977580eex.122.1374490374347; Mon, 22 Jul 2013 03:52:54 -0700 (PDT) Received: from localhost.localdomain (cpc34-aztw25-2-0-cust250.18-1.cable.virginmedia.com. [86.16.136.251]) by mx.google.com with ESMTPSA id r54sm49856213eev.8.2013.07.22.03.52.52 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 03:52:53 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones , Jean-Christophe PLAGNIOL-VILLARD , Nicolas Ferre Subject: [PATCH 04/22] ARM: at91: dt: Remove '0x's from Animeo IP DTS file Date: Mon, 22 Jul 2013 11:52:23 +0100 Message-Id: <1374490361-25769-4-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374490361-25769-1-git-send-email-lee.jones@linaro.org> References: <1374490361-25769-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQnWI5Ool8zw4D+pcjHG9G+4E0LJXdvAT3LU7ym+UGMZWxZTfGXMFPA/lYc23VE9B/g/dQaz X-Original-Sender: lee.jones@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.181 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Cc: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Signed-off-by: Lee Jones --- arch/arm/boot/dts/animeo_ip.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts index 3a1de9e..4cb0342 100644 --- a/arch/arm/boot/dts/animeo_ip.dts +++ b/arch/arm/boot/dts/animeo_ip.dts @@ -105,7 +105,7 @@ reg = <0x48000 0x8000>; }; - user_block@0x50000 { + user_block@50000 { label = "user_block"; reg = <0x50000 0xb0000>; };