Message ID | 20230411130446.401440-2-brgl@bgdev.pl |
---|---|
State | Superseded |
Headers | show |
Series | arm64: qcom: sa8775p: add support for UFS | expand |
On Tue, Apr 11, 2023 at 3:04 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote: > > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > Add the compatible string for the UFS on sa8775p platforms. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > 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 c5a06c048389..b1c00424c2b0 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,sa8775p-ufshc > - qcom,sc8280xp-ufshc > - qcom,sdm845-ufshc > - qcom,sm6350-ufshc > @@ -105,6 +106,7 @@ allOf: > contains: > enum: > - qcom,msm8998-ufshc > + - qcom,sa8775p-ufshc > - qcom,sc8280xp-ufshc > - qcom,sm8250-ufshc > - qcom,sm8350-ufshc > -- > 2.37.2 > Bjorn, Are you picking this one up as well or should it go through Rob's tree? Bart
On Tue, May 16, 2023 at 12:06 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote: > > On Tue, Apr 11, 2023 at 3:04 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote: > > > > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > > > Add the compatible string for the UFS on sa8775p platforms. > > > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > --- > > 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 c5a06c048389..b1c00424c2b0 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,sa8775p-ufshc > > - qcom,sc8280xp-ufshc > > - qcom,sdm845-ufshc > > - qcom,sm6350-ufshc > > @@ -105,6 +106,7 @@ allOf: > > contains: > > enum: > > - qcom,msm8998-ufshc > > + - qcom,sa8775p-ufshc > > - qcom,sc8280xp-ufshc > > - qcom,sm8250-ufshc > > - qcom,sm8350-ufshc > > -- > > 2.37.2 > > > > Bjorn, > > Are you picking this one up as well or should it go through Rob's tree? > > Bart Gentle ping. Bart
On Thu, May 25, 2023 at 11:37 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote: > > On Tue, May 16, 2023 at 12:06 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote: > > > > On Tue, Apr 11, 2023 at 3:04 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote: > > > > > > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > > > > > Add the compatible string for the UFS on sa8775p platforms. > > > > > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > > --- > > > 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 c5a06c048389..b1c00424c2b0 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,sa8775p-ufshc > > > - qcom,sc8280xp-ufshc > > > - qcom,sdm845-ufshc > > > - qcom,sm6350-ufshc > > > @@ -105,6 +106,7 @@ allOf: > > > contains: > > > enum: > > > - qcom,msm8998-ufshc > > > + - qcom,sa8775p-ufshc > > > - qcom,sc8280xp-ufshc > > > - qcom,sm8250-ufshc > > > - qcom,sm8350-ufshc > > > -- > > > 2.37.2 > > > > > > > Bjorn, > > > > Are you picking this one up as well or should it go through Rob's tree? > > > > Bart > > Gentle ping. > > Bart Hey UFS maintainers, could you please pick this one up for the next merge window? Thanks in advance, Bartosz
Bartosz, > Hey UFS maintainers, could you please pick this one up for the next > merge window? Applied to 6.5/scsi-staging, thanks!
diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml index c5a06c048389..b1c00424c2b0 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,sa8775p-ufshc - qcom,sc8280xp-ufshc - qcom,sdm845-ufshc - qcom,sm6350-ufshc @@ -105,6 +106,7 @@ allOf: contains: enum: - qcom,msm8998-ufshc + - qcom,sa8775p-ufshc - qcom,sc8280xp-ufshc - qcom,sm8250-ufshc - qcom,sm8350-ufshc