Message ID | 20220228123019.382037-9-bhupesh.sharma@linaro.org |
---|---|
State | New |
Headers | show |
Series | Fix dtbs_check warning(s) for Qualcomm QMP PHY | expand |
diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index f8a43acd229a..82b102b7d42c 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -436,9 +436,6 @@ allOf: items: - const: phy - const: common - required: - - vdda-phy-supply - - vdda-pll-supply - if: properties: compatible:
Fix the following 'make dtbs_check' warnings, by marking the 'vdda-pll-supply' & 'vdda-phy-supply' properties as 'optional' in 'qcom,qmp-phy' dt-binding: arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami-pdx215.dt.yaml: phy-wrapper@88e9000: 'vdda-phy-supply' is a required property arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami-pdx215.dt.yaml: phy-wrapper@88e9000: 'vdda-pll-supply' is a required property 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 | 3 --- 1 file changed, 3 deletions(-)