Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp4271496pxu; Mon, 12 Oct 2020 14:27:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJycjagC9BWHLhQFrCfMDq9w2ui6et2Y0GbYwGjcxlm2EMEQak8X5ck6bme2PNJaxv3UV+q3 X-Received: by 2002:a17:906:b043:: with SMTP id bj3mr29065109ejb.543.1602538037345; Mon, 12 Oct 2020 14:27:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602538037; cv=none; d=google.com; s=arc-20160816; b=027YHJ47I+BWxYOI3cuwl8UYjle52D5tGGlCkTycNVemEiGbwM/hmI2NvTJb4bSPi0 xVWpe2UbcrGnsZ1E+AzLoYGkO75FhOQPvnMojis8f6m4et6xIncOPq59glTE9WvYaJQN G7Ki83/236PXiF9szkMunIB2VqeFXtHG8yjXdmN7XqgNHBbG5XtleEVzx7MlAgKWlAFk sNUNaNbkZ7yR25L0ibVj5BGtoJLKYSL53A72J/sMGy2iUJz2A3QH62xZ9gU/jSxEr7o8 7MuBpwL6xY3oQnWrTvfjFnkcR8aTJQ2kr7MCfomTAn5ENPGx+3DNh4/k4co2hbfQYo6i Vhag== 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=ZGPA0dN03A5yOl3CcuomtVq7riI8DFHr9TVP+zo0VN1lc6U4PRZ6dbw1IQStiuyBl8 wm/8RHgODGsvYYXqdeB7KXtZ0/lWwy18QfCxrlBAENMKbYQw9ZNWcSqqsVmONEtj9F73 rZPzQObKInIR2uARxLe/UhPI9MxNSsg+XuVxrKvkmsrkUOhEOuTaYNfCBGXkSI829eVQ djRjKaAvL8qnGtkxaJElMpvfIQPYc5UktKaeMjlUK7nQ5vYZ3nvjPg8CyrpQnUzfLAPd 1SvpEmVaJR/rcaUBWZLBpC3F43/wXYvGMRSirmyIHfpOheVJXiitoi3g2UwMbFe9dVcS /m9Q== 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 g6si13377637edw.254.2020.10.12.14.26.55; Mon, 12 Oct 2020 14:27:17 -0700 (PDT) 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 S2388975AbgJLNUB (ORCPT + 99 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 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.174.177.134] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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(-) 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>; -- 1.8.3