On Mon, Jul 11, 2022 at 12:14:41PM +0200, Johan Hovold wrote: > Add SC8280XP to the DT schema. > > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > --- Rob, Will you be picking this one up? There doesn't seem to be any other maintainers listed for this file in case it's expected to go through some other tree. > Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > index dcd32c10205a..f2d6298d926c 100644 > --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > @@ -26,6 +26,7 @@ properties: > - qcom,msm8994-ufshc > - qcom,msm8996-ufshc > - qcom,msm8998-ufshc > + - qcom,sc8280xp-ufshc > - qcom,sdm845-ufshc > - qcom,sm6350-ufshc > - qcom,sm8150-ufshc > @@ -98,6 +99,7 @@ allOf: > contains: > enum: > - qcom,msm8998-ufshc > + - qcom,sc8280xp-ufshc > - qcom,sm8250-ufshc > - qcom,sm8350-ufshc > - qcom,sm8450-ufshc Johan