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: qcom,qmp-ufs: add missing SM8450 clock

Add the missing "qref" clock used by the SM8450 UFS QMP PHY to the
binding.

Note that the "qref" clock was added to sm8450.dtsi by commit
07fa917a335e ("arm64: dts: qcom: sm8450: add ufs nodes") but the binding
was never updated to match.

Fixes: e04121ba1b08 ("dt-bindings: phy: qcom,qmp: Add SM8450 UFS phy compatible")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-17-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
575722c7 f38073d9

+18 -2
+18 -2
Documentation/devicetree/bindings/phy/qcom,qmp-ufs-phy.yaml
··· 42 42 43 43 clocks: 44 44 minItems: 1 45 - maxItems: 2 45 + maxItems: 3 46 46 47 47 clock-names: 48 48 minItems: 1 49 - maxItems: 2 49 + maxItems: 3 50 50 51 51 resets: 52 52 maxItems: 1 ··· 116 116 items: 117 117 - const: ref 118 118 - const: ref_aux 119 + 120 + - if: 121 + properties: 122 + compatible: 123 + contains: 124 + enum: 125 + - qcom,sm8450-qmp-ufs-phy 126 + then: 127 + properties: 128 + clocks: 129 + maxItems: 3 130 + clock-names: 131 + items: 132 + - const: ref 133 + - const: ref_aux 134 + - const: qref 119 135 120 136 examples: 121 137 - |