Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1299856pxu; Sat, 5 Dec 2020 10:39:26 -0800 (PST) X-Google-Smtp-Source: ABdhPJxUDNG2Fik4nDJt6haNUVEtZXRf07GYc3D1iI51DCJFy+tV80UW4FkCLNehDTyMsHPEUeoW X-Received: by 2002:a17:906:af79:: with SMTP id os25mr12518038ejb.275.1607193566380; Sat, 05 Dec 2020 10:39:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607193566; cv=none; d=google.com; s=arc-20160816; b=ePp+6U6jAShT0n191gbsmuIf2+Mej9zVQLutslN3wbB36mcYXH2DQZbIDZfm1VMT0W lQ/I9+pbmtlNm95URFK7PlFvOqG80nwqCTlDqTFBNfprm57XWr/qf2czcq6MOl+1L4oM DA8K+AFGHLltp0HlPH4dbqRX0gf1eFNhKZnRBM8f9o/5wy2HAUMG5/aPXUxb7hc4YkyA zKF2ZpADw7cLf/1CBG7BmkEdNHeBOdX2bFVN4M0H678e+PrF7oaKtBsu8u6IlzhBnR4y 5AQU5O/YaN1k+vz6pkcXGRdkO7iHP+6atKOaS/mVTdfdh0m+YS6O1gFob1HwFTbgpOIF NU0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=EDnyXiE1Lld24DpsXq7XEiGCDy5160vx1NNAU2lhR2s=; b=r8effCtF1j/Z+vMIwYgT0QUy/Xr2KYu9qhf4tjnFkn1aZeqO8YtSsOlkadRFDOcOWc oHmX3iSZPgFuA3jxioiEm9z5ms4XVDosk+704U1AfjEKEviK9c2Ok4tlzTAquaB5Zbwb yqLyP3jnfqSnSiKIQMSe91YoJY7cjWl/up2gX1TcHwS2B39fVWGmBD87+JTsM4nFzGTt +YO6kM1zTQju64YgyutD9BBDWtZwwFScqune2ByOnEUu8RUT0BYAE6FzW4vEtsZLtK0k lwcDTXSvEzhJVVX2dZB73GnVmjBQlWyrTNvSSFNxbz4oHwM47OLF00XsUyxtzT09EAYi AeqA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bz24si3920988ejc.72.2020.12.05.10.39.03; Sat, 05 Dec 2020 10:39:26 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726134AbgLESft (ORCPT + 99 others); Sat, 5 Dec 2020 13:35:49 -0500 Received: from mx.chip.baikal.ru ([94.125.187.42]:53358 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729601AbgLESTi (ORCPT ); Sat, 5 Dec 2020 13:19:38 -0500 From: Serge Semin To: Felipe Balbi , Krzysztof Kozlowski , Florian Fainelli , Rob Herring , Greg Kroah-Hartman , Khuong Dinh CC: Serge Semin , Serge Semin , , Subject: [PATCH v3 08/10] arm64: dts: apm: Harmonize DWC USB3 DT nodes name Date: Sat, 5 Dec 2020 18:56:19 +0300 Message-ID: <20201205155621.3045-9-Sergey.Semin@baikalelectronics.ru> In-Reply-To: <20201205155621.3045-1-Sergey.Semin@baikalelectronics.ru> References: <20201205155621.3045-1-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In accordance with the DWC USB3 bindings the corresponding node name is suppose to comply with the Generic USB HCD DT schema, which requires the USB nodes to have the name acceptable by the regexp: "^usb(@.*)?" . Make sure the "snps,dwc3"-compatible nodes are correctly named despite of the warning comment about possible backward compatibility issues. Signed-off-by: Serge Semin Acked-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 4 ++-- arch/arm64/boot/dts/apm/apm-storm.dtsi | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi index a83c82c50e29..832dd85b00bd 100644 --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi @@ -597,8 +597,8 @@ serial0: serial@10600000 { interrupts = <0x0 0x4c 0x4>; }; - /* Do not change dwusb name, coded for backward compatibility */ - usb0: dwusb@19000000 { + /* Node-name might need to be coded as dwusb for backward compatibility */ + usb0: usb@19000000 { status = "disabled"; compatible = "snps,dwc3"; reg = <0x0 0x19000000 0x0 0x100000>; diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index 0f37e77f5459..1520a945b7f9 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -923,8 +923,8 @@ sata3: sata@1a800000 { phy-names = "sata-phy"; }; - /* Do not change dwusb name, coded for backward compatibility */ - usb0: dwusb@19000000 { + /* Node-name might need to be coded as dwusb for backward compatibility */ + usb0: usb@19000000 { status = "disabled"; compatible = "snps,dwc3"; reg = <0x0 0x19000000 0x0 0x100000>; @@ -933,7 +933,7 @@ usb0: dwusb@19000000 { dr_mode = "host"; }; - usb1: dwusb@19800000 { + usb1: usb@19800000 { status = "disabled"; compatible = "snps,dwc3"; reg = <0x0 0x19800000 0x0 0x100000>; -- 2.29.2