[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220516063155.1332683-4-bhupesh.sharma@linaro.org>
Date: Mon, 16 May 2022 12:01:54 +0530
From: Bhupesh Sharma <bhupesh.sharma@...aro.org>
To: linux-arm-msm@...r.kernel.org
Cc: bhupesh.sharma@...aro.org, bhupesh.linux@...il.com,
linux-kernel@...r.kernel.org, bjorn.andersson@...aro.org,
robh@...nel.org, linux-phy@...ts.infradead.org, vkoul@...nel.org,
konrad.dybcio@...ainline.org
Subject: [PATCH v4 3/4] dt-bindings: phy: qcom,qmp: Add 'power-domains' property
Fix the following 'make dtbs_check' error with the 'qcom,qmp-phy'
bindings:
arch/arm64/boot/dts/qcom/sm8150-mtp.dtb: phy@...7000:
'power-domains' does not match any of the regexes:
'^phy@[0-9a-f]+$', 'pinctrl-[0-9]+'
Cc: Bjorn Andersson <bjorn.andersson@...aro.org>
Cc: Rob Herring <robh@...nel.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@...aro.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
Powered by blists - more mailing lists