From patchwork Thu Jul 14 12:43:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 590953 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 C433ACCA480 for ; Thu, 14 Jul 2022 12:44:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239490AbiGNMoL (ORCPT ); Thu, 14 Jul 2022 08:44:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238676AbiGNMoI (ORCPT ); Thu, 14 Jul 2022 08:44:08 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01E4E43E6C; Thu, 14 Jul 2022 05:44:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 859C5B824E8; Thu, 14 Jul 2022 12:44:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0771C34114; Thu, 14 Jul 2022 12:44:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657802643; bh=fKVr3WJRK6SB+gf5jHzlEttOvOrKnUmjQ0oAbp4dEdM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TC0yw4uGCcA5bRWe+xeenppxDMZv/EEu1Gjx74lu3ISJwr/7L/1LXW3s/tcLUWP+y 4VHCu71kjhq9/hNFG3FP2VIOX4+AVm4e5uZSrpq+VZH9980OL8fa+bQY043J8UNVNk wesCVS+5rk6rL8M9WyOcs2JcQZ0l046TFfIIvFeCXvepIg0K6ok8JpKDMqXtKQqnJj PkWG88oqUx2l5Xlu10AZj3cNg2QAZaqjm3SHr0E1QA3IeLKf/8X/oN3vLrdZGGYR9w TV1mVRcU1QY3iIkL+7BjxXmnC4cujVe+0r7g9maCMBr9VAMx1DoGKmdfIvws0LkwSG FgNmQ2Z0dfT0w== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oByCP-0007DD-2v; Thu, 14 Jul 2022 14:44:09 +0200 From: Johan Hovold To: Vinod Koul , Rob Herring , Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold , Krzysztof Kozlowski Subject: [PATCH v3 04/30] dt-bindings: phy: qcom,qmp: fix child node description Date: Thu, 14 Jul 2022 14:43:07 +0200 Message-Id: <20220714124333.27643-5-johan+linaro@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220714124333.27643-1-johan+linaro@kernel.org> References: <20220714124333.27643-1-johan+linaro@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Fix the incorrect description of the child nodes which claimed that one node is required per lane rather than per PHY. Acked-by: Krzysztof Kozlowski Signed-off-by: Johan Hovold --- Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index 0359f06bc37d..ad52bc1c2e1b 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -101,9 +101,7 @@ properties: patternProperties: "^phy@[0-9a-f]+$": type: object - description: - Each device node of QMP phy is required to have as many child nodes as - the number of lanes the PHY has. + description: one child node per PHY provided by this block required: - compatible