From patchwork Mon Oct 12 13:17:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 317637 Delivered-To: patch@linaro.org Received: by 2002:a92:d603:0:0:0:0:0 with SMTP id w3csp4616954ilm; Mon, 12 Oct 2020 06:20:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzjLQy1fCkDqa/KBZeHBzaHn8ZEjjLYvfyWRda882bGmEi2nIyS8hjM/6GNMwboyF2d1csZ X-Received: by 2002:a17:906:4dc7:: with SMTP id f7mr27538574ejw.73.1602508813182; Mon, 12 Oct 2020 06:20:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602508813; cv=none; d=google.com; s=arc-20160816; b=ppawNvx0SD8IqbeiVaxQ+/AGAJByQmQsTZ3aA2PnkHy8+qq/kRcd+KsGJGYN21ZwDm WT/9lOP+fJzd/51xiQ9FTPNAZRvd92BPOMyE0WSdiXBaCDa4T/99uvsQV9EbUftk5EWJ 8rkqeXZv+vupdC8eyzkCWP0PW8XtTzyX6nL+L3EBRH/f3rXWARrMZ4HZgS0kcmxkSO2x f3KVw517bfB9WmwUhLhJ0Eny54ABSsRPGiXSzERPQetnmWqVJ+znI6WUhO5oLzrjmOhE uSmcdkFjDrzn/SNHhK2Oq2i8zn1GaJUpDfKqRygA8kRa8A8CBRmp3gjE83JwvE5Or5M1 BSsQ== 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=eYTBJFqjlxjKW2fEkhP+LuMlCPatzUrTtgv9t1L//O8=; b=LlLZqqJP9gj943/AaBksPgCNWUlAdnTG/Z8Y9SZVn2tCGnJwLLeraYJiWUPi7MZ4/h 4lNiXKrEcPeAWhM4TxNdyKFsJTUlhKjsf+9SvfTpLI+l1IB6IjZOndfy0Ig3ffC8KFPi 2D0mea43/C+uOwEGTMijVcDVUFFndDg28Ez4hGUlgQbNiMviW4EU+8gGNYmjnRZG6QMl 3Lm88tcd9CKO97+h+gB2eSUHS7lwaU1asLrJp0QUqGW6ZL8aCg5w9e7RvClNChA4bBkw ibBfVaBS03V2dpYEGIeYDIKVwUx0BKhTgBMQCXCT1OgFrk2f0YaOY4wwIeBTWxJmtGgN Bckw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-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 dp1si12424524ejc.606.2020.10.12.06.20.13; Mon, 12 Oct 2020 06:20:13 -0700 (PDT) Received-SPF: pass (google.com: domain of devicetree-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 devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388939AbgJLNUB (ORCPT + 6 others); Mon, 12 Oct 2020 09:20:01 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:56860 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388889AbgJLNTh (ORCPT ); Mon, 12 Oct 2020 09:19:37 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 97A3DBEA199870C5118F; Mon, 12 Oct 2020 21:19:35 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.134) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Mon, 12 Oct 2020 21:19:27 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei Subject: [PATCH 07/11] arm64: dts: hisilicon: normalize the node name of the usb devices Date: Mon, 12 Oct 2020 21:17:35 +0800 Message-ID: <20201012131739.1655-8-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20201012131739.1655-1-thunder.leizhen@huawei.com> References: <20201012131739.1655-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.177.134] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Change the node name of the usb devices to match "^usb(@.*)?". These errors are detected by generic-ehci.yaml and generic-ohci.yaml. Signed-off-by: Zhen Lei --- arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 4 ++-- arch/arm64/boot/dts/hisilicon/hip06.dtsi | 4 ++-- arch/arm64/boot/dts/hisilicon/hip07.dtsi | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) -- 1.8.3 diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi index e24969d53c8fed0..11a72891e2a3a65 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi @@ -584,7 +584,7 @@ status = "disabled"; }; - ohci: ohci@9880000 { + ohci: usb@9880000 { compatible = "generic-ohci"; reg = <0x9880000 0x10000>; interrupts = ; @@ -599,7 +599,7 @@ status = "disabled"; }; - ehci: ehci@9890000 { + ehci: usb@9890000 { compatible = "generic-ehci"; reg = <0x9890000 0x10000>; interrupts = ; diff --git a/arch/arm64/boot/dts/hisilicon/hip06.dtsi b/arch/arm64/boot/dts/hisilicon/hip06.dtsi index 2f1930d4457fe1b..2d401d74a01f8b9 100644 --- a/arch/arm64/boot/dts/hisilicon/hip06.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hip06.dtsi @@ -373,7 +373,7 @@ #clock-cells = <0>; }; - usb_ohci: ohci@a7030000 { + usb_ohci: usb@a7030000 { compatible = "generic-ohci"; reg = <0x0 0xa7030000 0x0 0x10000>; interrupt-parent = <&mbigen_usb>; @@ -382,7 +382,7 @@ status = "disabled"; }; - usb_ehci: ehci@a7020000 { + usb_ehci: usb@a7020000 { compatible = "generic-ehci"; reg = <0x0 0xa7020000 0x0 0x10000>; interrupt-parent = <&mbigen_usb>; diff --git a/arch/arm64/boot/dts/hisilicon/hip07.dtsi b/arch/arm64/boot/dts/hisilicon/hip07.dtsi index ba90b25853555b7..7832d9cdec21c93 100644 --- a/arch/arm64/boot/dts/hisilicon/hip07.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hip07.dtsi @@ -1253,7 +1253,7 @@ status = "disabled"; }; - usb_ohci: ohci@a7030000 { + usb_ohci: usb@a7030000 { compatible = "generic-ohci"; reg = <0x0 0xa7030000 0x0 0x10000>; interrupt-parent = <&mbigen_usb>; @@ -1262,7 +1262,7 @@ status = "disabled"; }; - usb_ehci: ehci@a7020000 { + usb_ehci: usb@a7020000 { compatible = "generic-ehci"; reg = <0x0 0xa7020000 0x0 0x10000>; interrupt-parent = <&mbigen_usb>;