From patchwork Thu Oct 27 04:49:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 11556 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a5d:6687:0:0:0:0:0 with SMTP id l7csp29477wru; Wed, 26 Oct 2022 21:52:36 -0700 (PDT) X-Google-Smtp-Source: AMsMyM4xCbbUJwoUJCDVz0cV6Qs6aGVefZKUCcFIK+S/rcXwEgasU8i8EsnESQIy2zxhs7pVzzBR X-Received: by 2002:a05:6402:f0e:b0:461:aaa3:a11c with SMTP id i14-20020a0564020f0e00b00461aaa3a11cmr19879100eda.53.1666846356413; Wed, 26 Oct 2022 21:52:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1666846356; cv=none; d=google.com; s=arc-20160816; b=aKep4fFBHWpVPG9C230juT2hWNnBRLpHZqBbINIZKP6D8ol4jciHLAf79ow46GqGY4 IgFKNYU4FivEwT8813uqSPCGIhJkMiEgh365gGF/2LJbz8KbnRCQTSJe+Hu+SVC4t0QT bAQbnCLiWrjm+iS/kFYQLePRLo75A1CJE3ijblumyKm+PTPDufWZHfZvaGbe/MbpTrtt exjOEj3Blrao8AE0vhENLotZA+wF22+A92MlGlFhmI0xouB7AZTmIhHIh4FxQMNBK5/C SWJx2EYKZWlp1pRCWPIZxm2RE8cOvaRy5H8U/bsp3AczXXaJQ+YXhvYPjt6wLRCaRzoX Q/oA== 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=V3rZnomnNIxSYKTmGJoBTq8h9FoQlcyJFvOQrXXU6Ac=; b=vDt07pUI0woOJ32FAlvWLtZA1USCZuUgz/shVQ5eUu3MpeHzC46pE9WZrnwP15CIYF lFkIBRvGegEuSa5OEWg7jEeg0wzuhhGqXlSH9Di70cLn8wKYm7fIlw5Tyduysq/luw8r kMOBtNYfLd8rlHDFAzfQmJpaEjWrBlrLA/eFApfkSBv+GaVupUHv8t7eO/L0oDVWtA3E UfhCpc6QYhuL9YbjCUgAObVuEoCFzxymdSwvAVxDpoxLav5IP9eKkK5Bz+HeO12ez5oi 7DD919P0Ou3v2XBAHDx9XLZLWk2syC3Ef7Mdhm+v+d9NOLPwqRpdYvt1Aj6aAyioPvEc fcHg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id p11-20020a056402500b00b00461b2c3c4acsi677820eda.515.2022.10.26.21.52.12; Wed, 26 Oct 2022 21:52:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234114AbiJ0Etm (ORCPT + 99 others); Thu, 27 Oct 2022 00:49:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233858AbiJ0Eti (ORCPT ); Thu, 27 Oct 2022 00:49:38 -0400 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A9B286544; Wed, 26 Oct 2022 21:49:31 -0700 (PDT) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 27 Oct 2022 13:49:30 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 9995120584CE; Thu, 27 Oct 2022 13:49:30 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 27 Oct 2022 13:49:30 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 5F2BCB62A4; Thu, 27 Oct 2022 13:49:30 +0900 (JST) From: Kunihiko Hayashi To: Rob Herring , Krzysztof Kozlowski , Vinod Koul , Kishon Vijay Abraham I , Masami Hiramatsu Cc: devicetree@vger.kernel.org, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH 1/2] dt-bindings: phy: Fix UniPhier USB3 controller node names in example Date: Thu, 27 Oct 2022 13:49:19 +0900 Message-Id: <20221027044920.23194-2-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221027044920.23194-1-hayashi.kunihiko@socionext.com> References: <20221027044920.23194-1-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1747815084791049603?= X-GMAIL-MSGID: =?utf-8?q?1747815084791049603?= The word "glue" is ambiguous for the controller node name. Should put "usb-controller" instead of "usb-glue" on the controller node. Signed-off-by: Kunihiko Hayashi Acked-by: Rob Herring --- .../devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml | 2 +- .../devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml index 21e4414eea60..8ce57898fb96 100644 --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml @@ -146,7 +146,7 @@ additionalProperties: false examples: - | - usb-glue@65b00000 { + usb-controller@65b00000 { compatible = "socionext,uniphier-ld20-dwc3-glue", "simple-mfd"; #address-cells = <1>; #size-cells = <1>; diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml index 4c26d2d2303d..ba60b7add4f7 100644 --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml @@ -131,7 +131,7 @@ additionalProperties: false examples: - | - usb-glue@65b00000 { + usb-controller@65b00000 { compatible = "socionext,uniphier-ld20-dwc3-glue", "simple-mfd"; #address-cells = <1>;