Message ID | 20220711101441.4896-1-johan+linaro@kernel.org |
---|---|
State | New |
Headers | show |
Series | dt-bindings: ufs: qcom,ufs: add SC8280XP binding | expand |
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@kernel.org> > --- 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
On 25/07/2022 13:27, Johan Hovold wrote: > 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@kernel.org> >> --- > > 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. > The preference is that it should go via subsystem and get_maintainers.pl points Alimi, Avri and Bart. However in the past it seems indeed Rob was picking it up... Best regards, Krzysztof
+ Martin K >-----Original Message----- >From: Johan Hovold [mailto:johan+linaro@kernel.org] >Sent: Monday, July 11, 2022 3:45 PM >To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski ><krzysztof.kozlowski+dt@linaro.org> >Cc: Andy Gross <agross@kernel.org>; Bjorn Andersson ><bjorn.andersson@linaro.org>; Alim Akhtar <alim.akhtar@samsung.com>; >Avri Altman <avri.altman@wdc.com>; Bart Van Assche ><bvanassche@acm.org>; linux-arm-msm@vger.kernel.org; linux- >scsi@vger.kernel.org; devicetree@vger.kernel.org; linux- >kernel@vger.kernel.org; Johan Hovold <johan+linaro@kernel.org> >Subject: [PATCH] dt-bindings: ufs: qcom,ufs: add SC8280XP binding > >Add SC8280XP to the DT schema. > >Signed-off-by: Johan Hovold <johan+linaro@kernel.org> >--- Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> @ Martin, Is this something you can take via your 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 >-- >2.35.1
Alim, > @ Martin, > Is this something you can take via your tree? Sure! Applied to 5.20/scsi-staging.
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
Add SC8280XP to the DT schema. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> --- Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 2 ++ 1 file changed, 2 insertions(+)