From patchwork Mon Jul 22 10:52:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 18485 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-vc0-f199.google.com (mail-vc0-f199.google.com [209.85.220.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 7E3E726EE8 for ; Mon, 22 Jul 2013 10:52:52 +0000 (UTC) Received: by mail-vc0-f199.google.com with SMTP id gf11sf1070327vcb.2 for ; Mon, 22 Jul 2013 03:52:52 -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=FLNm7py4Ge3j70eJWfFv2KQjJ7wgofrTkD9HuDBidYE=; b=iacWHDDHLbsOzuz5YjP2fjdvMTs0RN1eNcrzVKuT7dycDYQ3IoGYrAY8ifygPLY+dt BkH/NMObphKVwck8K/nS9DK0NrJ6dRwkLDcMJKaUWrXnbMwlNxGaow95P5cvWXJrK+sd f+lBKxRoqnL8dGFSVUSRICAXw8M3UdRVgoECTrqXsTVI5uRgLldDNJK0ErLMIOWaWVzI WTW4x9p1liiBNZYuE/tTumCBNPVapaH4eC1pLmMQF2fTbgOlEVix2JdvpxgTjE3SxrRA rWFk839mD8Y8cL437xMrTZ8Y9fHXocpKXaR2dypEGFSnWiwSrIYkIs+/VaAc00VwO7SJ VhCA== X-Received: by 10.236.207.169 with SMTP id n29mr15288891yho.50.1374490372192; Mon, 22 Jul 2013 03:52:52 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.132.197 with SMTP id ow5ls2611141qeb.97.gmail; Mon, 22 Jul 2013 03:52:52 -0700 (PDT) X-Received: by 10.52.237.164 with SMTP id vd4mr7621430vdc.118.1374490372073; Mon, 22 Jul 2013 03:52:52 -0700 (PDT) Received: from mail-ve0-f172.google.com (mail-ve0-f172.google.com [209.85.128.172]) by mx.google.com with ESMTPS id qu7si6880541vcb.131.2013.07.22.03.52.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 03:52:52 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.172 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.172; Received: by mail-ve0-f172.google.com with SMTP id jz10so4983391veb.3 for ; Mon, 22 Jul 2013 03:52:52 -0700 (PDT) X-Received: by 10.58.135.227 with SMTP id pv3mr9173832veb.21.1374490371981; Mon, 22 Jul 2013 03:52:51 -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 yu8csp49074veb; Mon, 22 Jul 2013 03:52:51 -0700 (PDT) X-Received: by 10.15.76.71 with SMTP id m47mr26735060eey.70.1374490371043; Mon, 22 Jul 2013 03:52:51 -0700 (PDT) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx.google.com with ESMTPS id x6si24094103eew.17.2013.07.22.03.52.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 03:52:51 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.83.52 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.83.52; Received: by mail-ee0-f52.google.com with SMTP id c50so3736987eek.39 for ; Mon, 22 Jul 2013 03:52:50 -0700 (PDT) X-Received: by 10.14.100.2 with SMTP id y2mr27231475eef.75.1374490370464; Mon, 22 Jul 2013 03:52:50 -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.48 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 03:52:49 -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 Subject: [PATCH 02/22] ARM: nomadik: Remove '0x's from nomadik stn8815 DTS file Date: Mon, 22 Jul 2013 11:52:21 +0100 Message-Id: <1374490361-25769-2-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: ALoCoQlg3eS2nGV3m5hpNAaRM1dRPvTdBVA7GOeuX7bQOb7M1IAcM035v/vzylY01tSIv3iKS6KW X-Original-Sender: lee.jones@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.172 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: , Signed-off-by: Lee Jones --- arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi index a3acfa7..c2ee51e 100644 --- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi +++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi @@ -742,14 +742,14 @@ #size-cells = <1>; ranges; - vica: intc@0x10140000 { + vica: intc@10140000 { compatible = "arm,versatile-vic"; interrupt-controller; #interrupt-cells = <1>; reg = <0x10140000 0x20>; }; - vicb: intc@0x10140020 { + vicb: intc@10140020 { compatible = "arm,versatile-vic"; interrupt-controller; #interrupt-cells = <1>;