From patchwork Thu Oct 27 04:49:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 11559 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a5d:6687:0:0:0:0:0 with SMTP id l7csp29998wru; Wed, 26 Oct 2022 21:54:46 -0700 (PDT) X-Google-Smtp-Source: AMsMyM4ZY4mG1LuR99ZxImHxgSiuQrmhQgUZJu2o9o+UTa7Qp+xXozoZ9V6TDbSxTkkObzXQCPDg X-Received: by 2002:a17:907:74a:b0:77e:9455:b4e1 with SMTP id xc10-20020a170907074a00b0077e9455b4e1mr41332647ejb.462.1666846486118; Wed, 26 Oct 2022 21:54:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1666846486; cv=none; d=google.com; s=arc-20160816; b=HcYpngMA8pV8IC1S0hDUnNM/QT1FR4EjdqBmfaI2J2aI4FAqkkfyqXWS4POIhxNtiw CLNjaPU84Poi8Er4VvFFiH/6yckADXO17861AgK6vJkBtSF7IHcAYKGZxyWg5uhpxR8F S4+HXc2bHFl5nvV2fe3CIvxaDVYtyybAlg2cP5DNdQOtVPpR4zYXZGaxsuyrelGAhKp+ EeeIvygIqY7eUTuJw+kBlrUjkAzkR1CsVC0V9Qxl09p1GpAWQ70hg+CU4KxQ5wptwLoR X/kOqeoKoV55JYLwYYbcnLLSMLGTGNNOgGDLGU0muzsU1M4GZVbvTyKME9DiKY9x9xs5 XGlg== 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=+D+xflOZE73dO28tAZRd3RIiMSY6GTIxc6SIAYzBepo=; b=f53BGVNLqhF0mZru5CONx86vFCYmZe34cNxr+wl9EMad8arzSZ4cXKltEOdVzNkvDB JfU4gtSSMhxW+uyxhNqihfgRkk0G2MWg62Scph8/Tp9ePPiR89Xe0FkAqrT52cLGw7PY zvUdEb9DjfBSSytkBr3tWBo6I4Ki27P1DJsGU16EoPR9hYPzE1gToTcc8hIhPMrLAFjs dGXZDGiJCZYGYLE8KN9z5f9d8ovpYj89zjpbiyZ6Y+ne3LolN+LcjLtX/AXlAfwtjk3F kv9xQcuinwuwExm9Hldty/ijRBGv8BWId8CTfiamOu1V4aIBd9Fp1xnd+nQjj1nTILKA NyDQ== 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 j5-20020aa7ca45000000b00459a0a21965si425944edt.516.2022.10.26.21.54.21; Wed, 26 Oct 2022 21:54:46 -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 S233971AbiJ0Ett (ORCPT + 99 others); Thu, 27 Oct 2022 00:49:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233963AbiJ0Eti (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 BCDABB1C4; Wed, 26 Oct 2022 21:49:32 -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:31 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id A167220584CE; Thu, 27 Oct 2022 13:49:31 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 27 Oct 2022 13:49:31 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 531E4B62A4; Thu, 27 Oct 2022 13:49:31 +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 2/2] dt-bindings: phy: Fix UniPhier SATA controller node names in example Date: Thu, 27 Oct 2022 13:49:20 +0900 Message-Id: <20221027044920.23194-3-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?1747815221411756101?= X-GMAIL-MSGID: =?utf-8?q?1747815221411756101?= The word "glue" is ambiguous for the controller node name. Should put "sata-controller" instead of "ahci-glue" on the controller node. And rename a phy node to "sata-phy". Signed-off-by: Kunihiko Hayashi --- .../devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml index a3cd45acea28..89b8b133777a 100644 --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml @@ -117,14 +117,14 @@ additionalProperties: false examples: - | - ahci-glue@65700000 { + sata-controller@65700000 { compatible = "socionext,uniphier-pxs3-ahci-glue", "simple-mfd"; #address-cells = <1>; #size-cells = <1>; ranges = <0 0x65700000 0x100>; - ahci_phy: phy@10 { + ahci_phy: sata-phy@10 { compatible = "socionext,uniphier-pxs3-ahci-phy"; reg = <0x10 0x10>; #phy-cells = <0>;