Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: qmp-ufs: describe the UFS PHY for sa8775p

Add a new compatible for the QMP UFS PHY found on sa8775p platforms and
update the clocks property to accommodate three clocks.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230411130446.401440-3-brgl@bgdev.pl
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Bartosz Golaszewski and committed by
Vinod Koul
e5796a9c 813a2398

+25 -1
+25 -1
Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
··· 16 16 properties: 17 17 compatible: 18 18 enum: 19 + - qcom,sa8775p-qmp-ufs-phy 19 20 - qcom,sc8280xp-qmp-ufs-phy 20 21 - qcom,sm6125-qmp-ufs-phy 21 22 - qcom,sm7150-qmp-ufs-phy ··· 26 25 maxItems: 1 27 26 28 27 clocks: 29 - maxItems: 2 28 + minItems: 2 29 + maxItems: 3 30 30 31 31 clock-names: 32 + minItems: 2 32 33 items: 33 34 - const: ref 34 35 - const: ref_aux 36 + - const: qref 35 37 36 38 power-domains: 37 39 maxItems: 1 ··· 67 63 - vdda-phy-supply 68 64 - vdda-pll-supply 69 65 - "#phy-cells" 66 + 67 + allOf: 68 + - if: 69 + properties: 70 + compatible: 71 + contains: 72 + enum: 73 + - qcom,sa8775p-qmp-ufs-phy 74 + then: 75 + properties: 76 + clocks: 77 + maxItems: 3 78 + clock-names: 79 + maxItems: 3 80 + else: 81 + properties: 82 + clocks: 83 + maxItems: 2 84 + clock-names: 85 + maxItems: 2 70 86 71 87 additionalProperties: false 72 88