Skip to content

Commit 7cd3e58

Browse files
lumagvinodkoul
authored andcommitted
dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: drop second output clock name
There is no need to specify exact name for the second (AUX) output clock. It has never been used for the lookups based on the system clock name. Partially revert commit 72bea13 ("dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: document PHY AUX clock on SM8[456]50 SoCs"), returning compatibility with the existing device tree: reduce clock-output-names to always contain a single entry. Fixes: 72bea13 ("dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: document PHY AUX clock on SM8[456]50 SoCs") Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 912cee1 commit 7cd3e58

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ properties:
9191
"#clock-cells": true
9292

9393
clock-output-names:
94-
minItems: 1
95-
maxItems: 2
94+
maxItems: 1
9695

9796
"#phy-cells":
9897
const: 0
@@ -222,14 +221,10 @@ allOf:
222221
- qcom,sm8650-qmp-gen4x2-pcie-phy
223222
then:
224223
properties:
225-
clock-output-names:
226-
minItems: 2
227224
"#clock-cells":
228225
const: 1
229226
else:
230227
properties:
231-
clock-output-names:
232-
maxItems: 1
233228
"#clock-cells":
234229
const: 0
235230

0 commit comments

Comments
 (0)