Commit 97e72ee4 authored by Johan Hovold's avatar Johan Hovold Committed by Vinod Koul

dt-bindings: phy: qcom,qmp: fix bogus clock-cells property

The QMP PHY wrapper node is not a clock provider so drop the bogus
'#clock-cells' property that was added when converting to DT schema.

Fixes: ccf51c1c ("dt-bindings: phy: qcom,qmp: Convert QMP PHY bindings to yaml")
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-2-johan+linaro@kernel.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 71351b0e
...@@ -68,9 +68,6 @@ properties: ...@@ -68,9 +68,6 @@ properties:
- description: Address and length of PHY's common serdes block. - description: Address and length of PHY's common serdes block.
- description: Address and length of PHY's DP_COM control block. - description: Address and length of PHY's DP_COM control block.
"#clock-cells":
enum: [ 1, 2 ]
"#address-cells": "#address-cells":
enum: [ 1, 2 ] enum: [ 1, 2 ]
...@@ -118,7 +115,6 @@ patternProperties: ...@@ -118,7 +115,6 @@ patternProperties:
required: required:
- compatible - compatible
- reg - reg
- "#clock-cells"
- "#address-cells" - "#address-cells"
- "#size-cells" - "#size-cells"
- ranges - ranges
...@@ -472,7 +468,6 @@ examples: ...@@ -472,7 +468,6 @@ examples:
usb_2_qmpphy: phy-wrapper@88eb000 { usb_2_qmpphy: phy-wrapper@88eb000 {
compatible = "qcom,sdm845-qmp-usb3-uni-phy"; compatible = "qcom,sdm845-qmp-usb3-uni-phy";
reg = <0x088eb000 0x18c>; reg = <0x088eb000 0x18c>;
#clock-cells = <1>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x0 0x088eb000 0x2000>; ranges = <0x0 0x088eb000 0x2000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment