From patchwork Tue Jul 26 08:01:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antoine Tenart X-Patchwork-Id: 9247861 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7EC4E607D8 for ; Tue, 26 Jul 2016 08:04:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6E478252D2 for ; Tue, 26 Jul 2016 08:04:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 615EF26490; Tue, 26 Jul 2016 08:04:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 02441252D2 for ; Tue, 26 Jul 2016 08:04:40 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bRxKM-0001kA-78; Tue, 26 Jul 2016 08:02:58 +0000 Received: from down.free-electrons.com ([37.187.137.238] helo=mail.free-electrons.com) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bRxJw-0001Dh-Hc for linux-arm-kernel@lists.infradead.org; Tue, 26 Jul 2016 08:02:37 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id 319FF1F29; Tue, 26 Jul 2016 10:02:12 +0200 (CEST) Received: from localhost (LStLambert-657-1-97-87.w90-63.abo.wanadoo.fr [90.63.216.87]) by mail.free-electrons.com (Postfix) with ESMTPSA id F2EEF3F2; Tue, 26 Jul 2016 10:02:01 +0200 (CEST) From: Antoine Tenart To: antoine.tenart@free-electrons.com, tsahee@annapurnalabs.com Subject: [PATCH 2/2] ARM: dts: alpine: remove 0x's from the node unit addresses Date: Tue, 26 Jul 2016 10:01:33 +0200 Message-Id: <20160726080133.31686-2-antoine.tenart@free-electrons.com> X-Mailer: git-send-email 2.9.2 In-Reply-To: <20160726080133.31686-1-antoine.tenart@free-electrons.com> References: <20160726080133.31686-1-antoine.tenart@free-electrons.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160726_010233_101281_791CF0AB X-CRM114-Status: GOOD ( 10.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Remove 0x's from the node unit addresses to be have consistent nodes. Signed-off-by: Antoine Tenart --- arch/arm/boot/dts/alpine.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/alpine.dtsi b/arch/arm/boot/dts/alpine.dtsi index feb41cdafaea..d885ceb08f2a 100644 --- a/arch/arm/boot/dts/alpine.dtsi +++ b/arch/arm/boot/dts/alpine.dtsi @@ -129,7 +129,7 @@ reg-io-width = <4>; }; - uart1:uart@0xfd884000 { + uart1:uart@fd884000 { compatible = "ns16550a"; reg = <0x0 0xfd884000 0x0 0x1000>; clock-frequency = <375000000>; @@ -139,7 +139,7 @@ }; /* Internal PCIe Controller */ - pcie-internal@0xfbc00000 { + pcie-internal@fbc00000 { compatible = "pci-host-ecam-generic"; device_type = "pci"; #size-cells = <2>;