Message ID | 20231025-topic-sm8650-upstream-bindings-sdhci-v2-1-0406fca99033@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [v2] dt-bindings: mmc: sdhci-msm: document the SM8650 SDHCI Controller | expand |
On Wed, 25 Oct 2023 at 10:28, Neil Armstrong <neil.armstrong@linaro.org> wrote: > > Document the SDHCI Controller on the SM8650 Platform. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Applied for next, thanks! Kind regards Uffe > --- > For convenience, a regularly refreshed linux-next based git tree containing > all the SM8650 related work is available at: > https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ > --- > Changes in v2: > - Fixed typo in subject > - Link to v1: https://lore.kernel.org/r/20231025-topic-sm8650-upstream-bindings-sdhci-v1-1-e644cf937321@linaro.org > --- > 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 69a213965089..86fae733d9a0 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -58,6 +58,7 @@ properties: > - qcom,sm8350-sdhci > - qcom,sm8450-sdhci > - qcom,sm8550-sdhci > + - qcom,sm8650-sdhci > - const: qcom,sdhci-msm-v5 # for sdcc version 5.0 > > reg: > > --- > base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc > change-id: 20231016-topic-sm8650-upstream-bindings-sdhci-3a47f07807ae > > Best regards, > -- > Neil Armstrong <neil.armstrong@linaro.org> >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 69a213965089..86fae733d9a0 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -58,6 +58,7 @@ properties: - qcom,sm8350-sdhci - qcom,sm8450-sdhci - qcom,sm8550-sdhci + - qcom,sm8650-sdhci - const: qcom,sdhci-msm-v5 # for sdcc version 5.0 reg:
Document the SDHCI Controller on the SM8650 Platform. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- For convenience, a regularly refreshed linux-next based git tree containing all the SM8650 related work is available at: https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ --- Changes in v2: - Fixed typo in subject - Link to v1: https://lore.kernel.org/r/20231025-topic-sm8650-upstream-bindings-sdhci-v1-1-e644cf937321@linaro.org --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + 1 file changed, 1 insertion(+) --- base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc change-id: 20231016-topic-sm8650-upstream-bindings-sdhci-3a47f07807ae Best regards,