Message ID | 1682338412-15420-2-git-send-email-mantas@8devices.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks | expand |
On Mon, 24 Apr 2023 15:13:31 +0300, Mantas Pucka wrote: > IPQ6018 has a sdhci-msm compatible MMC controller. Add the appropriate > compatible to the documentation. > > Signed-off-by: Mantas Pucka <mantas@8devices.com> > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Mon, 24 Apr 2023 at 14:14, Mantas Pucka <mantas@8devices.com> wrote: > > IPQ6018 has a sdhci-msm compatible MMC controller. Add the appropriate > compatible to the documentation. > > Signed-off-by: Mantas Pucka <mantas@8devices.com> Applied for next, thanks! Kind regards Uffe > --- > 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..5ad846b724f3 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -36,6 +36,7 @@ properties: > - enum: > - qcom,ipq5018-sdhci > - qcom,ipq5332-sdhci > + - qcom,ipq6018-sdhci > - qcom,ipq9574-sdhci > - qcom,qcm2290-sdhci > - qcom,qcs404-sdhci > -- > 2.7.4 >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 4f2d9e8127dd..5ad846b724f3 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -36,6 +36,7 @@ properties: - enum: - qcom,ipq5018-sdhci - qcom,ipq5332-sdhci + - qcom,ipq6018-sdhci - qcom,ipq9574-sdhci - qcom,qcm2290-sdhci - qcom,qcs404-sdhci
IPQ6018 has a sdhci-msm compatible MMC controller. Add the appropriate compatible to the documentation. Signed-off-by: Mantas Pucka <mantas@8devices.com> --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + 1 file changed, 1 insertion(+)