Skip to content

Commit 1446d03

Browse files
jhovoldvinodkoul
authored andcommitted
dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: drop reference-clock source
The source clock for the reference clock is not used by the PHY directly and should not be included in the devicetree binding. Fixes: e8e58e2 ("dt-bindings: phy: qcom,qmp-usb: fix sc8280xp binding") Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 83a0bbe commit 1446d03

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ properties:
2222
maxItems: 1
2323

2424
clocks:
25-
maxItems: 5
25+
maxItems: 4
2626

2727
clock-names:
2828
items:
2929
- const: aux
30-
- const: ref_clk_src
3130
- const: ref
3231
- const: com_aux
3332
- const: pipe
@@ -82,12 +81,10 @@ examples:
8281
reg = <0x088ef000 0x2000>;
8382
8483
clocks = <&gcc GCC_USB3_MP_PHY_AUX_CLK>,
85-
<&rpmhcc RPMH_CXO_CLK>,
8684
<&gcc GCC_USB3_MP0_CLKREF_CLK>,
8785
<&gcc GCC_USB3_MP_PHY_COM_AUX_CLK>,
8886
<&gcc GCC_USB3_MP_PHY_PIPE_0_CLK>;
89-
clock-names = "aux", "ref_clk_src", "ref", "com_aux",
90-
"pipe";
87+
clock-names = "aux", "ref", "com_aux", "pipe";
9188
9289
power-domains = <&gcc USB30_MP_GDSC>;
9390

0 commit comments

Comments
 (0)