The UFS PHY binding requires one or two clocks. Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> --- Documentation/devicetree/bindings/phy/qcom,qmp-ufs-phy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-ufs-phy.yaml index b84511f02221..732518d0427c 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-ufs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-ufs-phy.yaml @@ -45,11 +45,11 @@ properties: clocks: minItems: 1 - maxItems: 4 + maxItems: 2 clock-names: minItems: 1 - maxItems: 4 + maxItems: 2 resets: items: -- 2.35.1