From nobody Mon Apr 6 01:58:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 31799C6FA82 for ; Tue, 13 Sep 2022 04:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229692AbiIME1v (ORCPT ); Tue, 13 Sep 2022 00:27:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230331AbiIME1F (ORCPT ); Tue, 13 Sep 2022 00:27:05 -0400 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 34A3258DEB; Mon, 12 Sep 2022 21:23:41 -0700 (PDT) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 13 Sep 2022 13:23:29 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 12F9B20584CF; Tue, 13 Sep 2022 13:23:29 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 13 Sep 2022 13:23:29 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id BACD9B62AE; Tue, 13 Sep 2022 13:23:28 +0900 (JST) From: Kunihiko Hayashi To: soc@kernel.org, Arnd Bergmann , Olof Johansson Cc: Rob Herring , Krzysztof Kozlowski , Masami Hiramatsu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH v3 03/10] arm64: dts: uniphier: Rename usb-glue node for USB3 to usb-controller Date: Tue, 13 Sep 2022 13:23:14 +0900 Message-Id: <20220913042321.4817-4-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220913042321.4817-1-hayashi.kunihiko@socionext.com> References: <20220913042321.4817-1-hayashi.kunihiko@socionext.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" This "usb-glue" stands for an external controller associated with USB core, however, this is not common. So rename to "usb-controller". Signed-off-by: Kunihiko Hayashi --- arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 2 +- arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/= boot/dts/socionext/uniphier-ld20.dtsi index debab9f0e3e1..6466c9213bb7 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi @@ -762,7 +762,7 @@ usb: usb@65a00000 { dr_mode =3D "host"; }; =20 - usb-glue@65b00000 { + usb-controller@65b00000 { compatible =3D "socionext,uniphier-ld20-dwc3-glue", "simple-mfd"; #address-cells =3D <1>; diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi b/arch/arm64/= boot/dts/socionext/uniphier-pxs3.dtsi index e96e7ed98717..513a2b91dc97 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi @@ -611,7 +611,7 @@ usb0: usb@65a00000 { dr_mode =3D "host"; }; =20 - usb-glue@65b00000 { + usb-controller@65b00000 { compatible =3D "socionext,uniphier-pxs3-dwc3-glue", "simple-mfd"; #address-cells =3D <1>; @@ -713,7 +713,7 @@ usb1: usb@65c00000 { dr_mode =3D "host"; }; =20 - usb-glue@65d00000 { + usb-controller@65d00000 { compatible =3D "socionext,uniphier-pxs3-dwc3-glue", "simple-mfd"; #address-cells =3D <1>; --=20 2.25.1