Message ID | 20230519085122.15758-2-quic_kbajaj@quicinc.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | arm64: dts: qcom: qdu1000: add SDHCI | expand |
On 5/19/23 2:21 PM, Komal Bajaj wrote: > Document the compatible for SDHCI on QDU1000 and QRU1000 SoCs. > > Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index 4f2d9e8127dd..f51a38b12d6f 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -55,6 +55,7 @@ properties: > - qcom,sm8350-sdhci > - qcom,sm8450-sdhci > - qcom,sm8550-sdhci > + - qcom,qdu1000-sdhci Please add new entries in alphabetical order. Thanks, Bhupesh > - const: qcom,sdhci-msm-v5 # for sdcc version 5.0 > > reg: > -- > 2.17.1 >
On 5/19/2023 3:37 PM, Bhupesh Sharma wrote: > > On 5/19/23 2:21 PM, Komal Bajaj wrote: >> Document the compatible for SDHCI on QDU1000 and QRU1000 SoCs. >> >> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> >> --- >> Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml >> b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml >> index 4f2d9e8127dd..f51a38b12d6f 100644 >> --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml >> +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml >> @@ -55,6 +55,7 @@ properties: >> - qcom,sm8350-sdhci >> - qcom,sm8450-sdhci >> - qcom,sm8550-sdhci >> + - qcom,qdu1000-sdhci > > Please add new entries in alphabetical order. Noted. > > Thanks, > Bhupesh > >> - const: qcom,sdhci-msm-v5 # for sdcc version 5.0 >> >> reg: >> -- >> 2.17.1 >>
On Fri, May 19, 2023 at 03:37:09PM +0530, Bhupesh Sharma wrote: > > On 5/19/23 2:21 PM, Komal Bajaj wrote: > > Document the compatible for SDHCI on QDU1000 and QRU1000 SoCs. > > > > Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> > > --- > > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > > index 4f2d9e8127dd..f51a38b12d6f 100644 > > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > > @@ -55,6 +55,7 @@ properties: > > - qcom,sm8350-sdhci > > - qcom,sm8450-sdhci > > - qcom,sm8550-sdhci > > + - qcom,qdu1000-sdhci > > Please add new entries in alphabetical order. With this done, Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor.
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 4f2d9e8127dd..f51a38b12d6f 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -55,6 +55,7 @@ properties: - qcom,sm8350-sdhci - qcom,sm8450-sdhci - qcom,sm8550-sdhci + - qcom,qdu1000-sdhci - const: qcom,sdhci-msm-v5 # for sdcc version 5.0 reg:
Document the compatible for SDHCI on QDU1000 and QRU1000 SoCs. Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + 1 file changed, 1 insertion(+) -- 2.17.1