From patchwork Wed Aug 2 15:24:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 109233 Delivered-To: patch@linaro.org Received: by 10.140.101.6 with SMTP id t6csp2914421qge; Wed, 2 Aug 2017 08:24:16 -0700 (PDT) X-Received: by 10.84.196.164 with SMTP id l33mr23355992pld.198.1501687456225; Wed, 02 Aug 2017 08:24:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501687456; cv=none; d=google.com; s=arc-20160816; b=Zzc3oozRIQcnA1obxkn7EoOROx7srH8x/YvRp/xAe0fR7bKqIe4n6K12pMSSGtBTqs 27oNBYmt5QM3TRzh7bWqaEFjZLkSTDU0UHe2GAJAT7Jd2/VjerM/9fZm/s4kQoiZTYju CL3tFdH8eJgWrY+bpZHIvBmwq23XRvNQfY/CvOoAq4Arc0+7RWHfhLoxTMxzVWVwrJ74 mdC/ZwUif8Fc/F/kCDhMVuvJFH1KclHTxclavpG9GtQPyWLz6IYReTKFjDD1Hrsp6VLv mo7jU3xH5DFG5OdElLMXVQ/ANEwAjLpBVdQRLEaKEV/Qr8MWq5VB+pHvzVyGbWwoPozt EsPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=wiEOfNcWWpKGafTSvEL2KeD78s5t/INc7nuO7FLnk3k=; b=Cc4L86x+DEqShdzo0Q+u05MfpS3jDERnsXS1yXte5AOAnOsxmG55jR6BeOnroIwgi2 EMR+dzNFLmpUbb/sg0UIY8pjRpnlOHt2SmEFAObFl70rNQgolDgU2UC3Xj5T20thTz7p O+URIw+vME8iAb89qZb8jo8QgW6JxkGyC4Xqik20a9UhzOz1Ju+2/gQtctu/jz3cpau5 3npowf0eY1Lpbx7eK6uGO0lwnQJuiHB6zz7R9bIs6FnUlru7viqBan4tyaRU1PU3vJIf DCiGIBOQCSV84nip+hFPyYo8xrSQ7MwhPGFDbM2+2vx3OoaOdLabsRdQaycpNxI9ZXZY dvag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a73si19894584pge.603.2017.08.02.08.24.15; Wed, 02 Aug 2017 08:24:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751177AbdHBPYP (ORCPT + 6 others); Wed, 2 Aug 2017 11:24:15 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:55684 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbdHBPYP (ORCPT ); Wed, 2 Aug 2017 11:24:15 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7B14C1596; Wed, 2 Aug 2017 08:24:14 -0700 (PDT) Received: from e107155-lin.cambridge.arm.com (unknown [10.1.211.34]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 85B933F577; Wed, 2 Aug 2017 08:24:13 -0700 (PDT) From: Sudeep Holla To: devicetree@vger.kernel.org Cc: Suzuki K Poulose , Liviu Dudau , Sudeep Holla Subject: [PATCH] arm64: dts: juno: replace underscores with hyphen in device node names Date: Wed, 2 Aug 2017 16:24:07 +0100 Message-Id: <1501687447-28075-1-git-send-email-sudeep.holla@arm.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Since underscores('_') are not allowed in the device tree nodes names, replace all of them with hyphen('-') in device node names. Note that underscores are however allowed in labels. Reported-by: Suzuki K Poulose Signed-off-by: Sudeep Holla --- arch/arm64/boot/dts/arm/foundation-v8.dtsi | 2 +- arch/arm64/boot/dts/arm/juno-base.dtsi | 12 ++++++------ arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/boot/dts/arm/foundation-v8.dtsi b/arch/arm64/boot/dts/arm/foundation-v8.dtsi index 7cfa8e414e7f..8ecdd4331980 100644 --- a/arch/arm64/boot/dts/arm/foundation-v8.dtsi +++ b/arch/arm64/boot/dts/arm/foundation-v8.dtsi @@ -226,7 +226,7 @@ clock-names = "uartclk", "apb_pclk"; }; - virtio_block@0130000 { + virtio-block@0130000 { compatible = "virtio,mmio"; reg = <0x130000 0x200>; interrupts = <42>; diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi index 56f7ac20ae5e..fbafe62d6b22 100644 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi @@ -201,7 +201,7 @@ }; }; - cpu_debug0: cpu_debug@22010000 { + cpu_debug0: cpu-debug@22010000 { compatible = "arm,coresight-cpu-debug", "arm,primecell"; reg = <0x0 0x22010000 0x0 0x1000>; @@ -260,7 +260,7 @@ }; }; - cpu_debug1: cpu_debug@22110000 { + cpu_debug1: cpu-debug@22110000 { compatible = "arm,coresight-cpu-debug", "arm,primecell"; reg = <0x0 0x22110000 0x0 0x1000>; @@ -283,7 +283,7 @@ }; }; - cpu_debug2: cpu_debug@23010000 { + cpu_debug2: cpu-debug@23010000 { compatible = "arm,coresight-cpu-debug", "arm,primecell"; reg = <0x0 0x23010000 0x0 0x1000>; @@ -356,7 +356,7 @@ }; }; - cpu_debug3: cpu_debug@23110000 { + cpu_debug3: cpu-debug@23110000 { compatible = "arm,coresight-cpu-debug", "arm,primecell"; reg = <0x0 0x23110000 0x0 0x1000>; @@ -379,7 +379,7 @@ }; }; - cpu_debug4: cpu_debug@23210000 { + cpu_debug4: cpu-debug@23210000 { compatible = "arm,coresight-cpu-debug", "arm,primecell"; reg = <0x0 0x23210000 0x0 0x1000>; @@ -402,7 +402,7 @@ }; }; - cpu_debug5: cpu_debug@23310000 { + cpu_debug5: cpu-debug@23310000 { compatible = "arm,coresight-cpu-debug", "arm,primecell"; reg = <0x0 0x23310000 0x0 0x1000>; diff --git a/arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi b/arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi index 161ac98418a3..528875c75598 100644 --- a/arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi +++ b/arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi @@ -219,7 +219,7 @@ }; }; - virtio_block@0130000 { + virtio-block@0130000 { compatible = "virtio,mmio"; reg = <0x130000 0x200>; interrupts = <42>;