Message ID | 20220714123406.1919836-2-konrad.dybcio@somainline.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On 14/07/2022 14:34, Konrad Dybcio wrote: > Document the compatible for SDHCI on SM8450. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> > --- > Changes since v1: > * Add this forgotten snowflake > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, 14 Jul 2022 at 14:34, Konrad Dybcio <konrad.dybcio@somainline.org> wrote: > > Document the compatible for SDHCI on SM8450. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Applied for next, thanks! Kind regards Uffe > --- > Changes since v1: > * Add this forgotten snowflake > > 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 e4236334e748..4b65d0497fd6 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -38,6 +38,7 @@ properties: > - qcom,sm6350-sdhci > - qcom,sm8150-sdhci > - qcom,sm8250-sdhci > + - qcom,sm8450-sdhci > - enum: > - qcom,sdhci-msm-v4 # for sdcc versions less than 5.0 > - qcom,sdhci-msm-v5 # for sdcc version 5.0 > -- > 2.37.0 >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index e4236334e748..4b65d0497fd6 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -38,6 +38,7 @@ properties: - qcom,sm6350-sdhci - qcom,sm8150-sdhci - qcom,sm8250-sdhci + - qcom,sm8450-sdhci - enum: - qcom,sdhci-msm-v4 # for sdcc versions less than 5.0 - qcom,sdhci-msm-v5 # for sdcc version 5.0
Document the compatible for SDHCI on SM8450. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> --- Changes since v1: * Add this forgotten snowflake Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + 1 file changed, 1 insertion(+)