All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhupesh Sharma <bhupesh.sharma@linaro.org>
To: linux-arm-msm@vger.kernel.org
Cc: bhupesh.sharma@linaro.org, bhupesh.linux@gmail.com,
	linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org,
	robh@kernel.org, linux-phy@lists.infradead.org, vkoul@kernel.org,
	konrad.dybcio@somainline.org
Subject: [PATCH v4 3/4] dt-bindings: phy: qcom,qmp: Add 'power-domains' property
Date: Mon, 16 May 2022 12:01:54 +0530	[thread overview]
Message-ID: <20220516063155.1332683-4-bhupesh.sharma@linaro.org> (raw)
In-Reply-To: <20220516063155.1332683-1-bhupesh.sharma@linaro.org>

Fix the following 'make dtbs_check' error with the 'qcom,qmp-phy'
bindings:
 arch/arm64/boot/dts/qcom/sm8150-mtp.dtb: phy@1d87000:
  'power-domains' does not match any of the regexes:
   '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+'

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
index 60ab494df975..c5d4c8152699 100644
--- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
@@ -102,6 +102,10 @@ properties:
     description:
       Phandle to a regulator supply to any specific refclk pll block.
 
+  power-domains:
+    description: Phandle to the power domain node.
+    maxItems: 1
+
 #Required nodes:
 patternProperties:
   "^phy@[0-9a-f]+$":
-- 
2.35.3


WARNING: multiple messages have this Message-ID (diff)
From: Bhupesh Sharma <bhupesh.sharma@linaro.org>
To: linux-arm-msm@vger.kernel.org
Cc: bhupesh.sharma@linaro.org, bhupesh.linux@gmail.com,
	linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org,
	robh@kernel.org, linux-phy@lists.infradead.org, vkoul@kernel.org,
	konrad.dybcio@somainline.org
Subject: [PATCH v4 3/4] dt-bindings: phy: qcom, qmp: Add 'power-domains' property
Date: Mon, 16 May 2022 12:01:54 +0530	[thread overview]
Message-ID: <20220516063155.1332683-4-bhupesh.sharma@linaro.org> (raw)
In-Reply-To: <20220516063155.1332683-1-bhupesh.sharma@linaro.org>

Fix the following 'make dtbs_check' error with the 'qcom,qmp-phy'
bindings:
 arch/arm64/boot/dts/qcom/sm8150-mtp.dtb: phy@1d87000:
  'power-domains' does not match any of the regexes:
   '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+'

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
index 60ab494df975..c5d4c8152699 100644
--- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
@@ -102,6 +102,10 @@ properties:
     description:
       Phandle to a regulator supply to any specific refclk pll block.
 
+  power-domains:
+    description: Phandle to the power domain node.
+    maxItems: 1
+
 #Required nodes:
 patternProperties:
   "^phy@[0-9a-f]+$":
-- 
2.35.3


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  parent reply	other threads:[~2022-05-16  6:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16  6:31 [PATCH v4 0/4] Fix dtbs_check warning(s) for Qualcomm QMP PHY Bhupesh Sharma
2022-05-16  6:31 ` Bhupesh Sharma
2022-05-16  6:31 ` [PATCH v4 1/4] dt-bindings: phy: qcom,qmp: Shift '#clock-cells' property to phy (child) node Bhupesh Sharma
2022-05-16  6:31   ` [PATCH v4 1/4] dt-bindings: phy: qcom, qmp: " Bhupesh Sharma
2022-05-16  6:31 ` [PATCH v4 2/4] dt-bindings: phy: qcom,qmp: Describe phy@ subnode properly Bhupesh Sharma
2022-05-16  6:31   ` [PATCH v4 2/4] dt-bindings: phy: qcom, qmp: " Bhupesh Sharma
2022-05-16  6:31 ` Bhupesh Sharma [this message]
2022-05-16  6:31   ` [PATCH v4 3/4] dt-bindings: phy: qcom, qmp: Add 'power-domains' property Bhupesh Sharma
2022-05-16  6:31 ` [PATCH v4 4/4] arm64: dts: qcom: Remove unused 'vdda-max-microamp' & 'vdda-pll-max-microamp' properties Bhupesh Sharma
2022-05-16  6:31   ` Bhupesh Sharma
2022-07-03  3:55   ` (subset) " Bjorn Andersson
2022-07-03  3:55     ` Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220516063155.1332683-4-bhupesh.sharma@linaro.org \
    --to=bhupesh.sharma@linaro.org \
    --cc=bhupesh.linux@gmail.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.