On Fri, May 15, 2020 at 08:09:15AM +0530, Sandeep Maheswaram wrote: > Convert QMP PHY bindings to DT schema format using json-schema. > > Signed-off-by: Sandeep Maheswaram <sanm@xxxxxxxxxxxxxx> This is essentially the same as v5, for which got a 'Reviewed-by' tag from Rob: diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index 18a8985e54d5..dcdb014d6d4d 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -30,6 +30,7 @@ properties: - qcom,sdm845-qmp-usb3-phy - qcom,sdm845-qmp-usb3-uni-phy - qcom,sm8150-qmp-ufs-phy + - qcom,sm8250-qmp-ufs-phy reg: minItems: 1 @@ -217,6 +218,7 @@ allOf: - qcom,msm8998-qmp-ufs-phy - qcom,sdm845-qmp-ufs-phy - qcom,sm8150-qmp-ufs-phy + - qcom,sm8250-qmp-ufs-phy then: properties: clocks: I think it would have been ok to add Rob's 'Reviewed-by' tag and save him the time to look at this again.