Skip to content

Commit 50da449

Browse files
committed
dt-bindings: phy: qcom,qmp-ufs: fix the sc8180x regs
sc8180x ufs phy requires to describe five reg areas for the phy to work, so move the description to the correct place documenting tx, rx lane 1, 2 and pcs. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Vinod Koul <vkoul@kernel.org> Link: https://lore.kernel.org/r/20230325122444.249507-8-vkoul@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 91e648f commit 50da449

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ allOf:
160160
contains:
161161
enum:
162162
- qcom,msm8998-qmp-ufs-phy
163+
- qcom,sc8180x-qmp-ufs-phy
163164
- qcom,sdm845-qmp-ufs-phy
164165
- qcom,sm6350-qmp-ufs-phy
165166
- qcom,sm8150-qmp-ufs-phy
@@ -178,23 +179,6 @@ allOf:
178179
- description: TX lane 2
179180
- description: RX lane 2
180181

181-
- if:
182-
properties:
183-
compatible:
184-
contains:
185-
enum:
186-
- qcom,sc8180x-qmp-ufs-phy
187-
then:
188-
patternProperties:
189-
"^phy@[0-9a-f]+$":
190-
properties:
191-
reg:
192-
items:
193-
- description: TX
194-
- description: RX
195-
- description: PCS
196-
- description: PCS_MISC
197-
198182
- if:
199183
properties:
200184
compatible:

0 commit comments

Comments
 (0)