Message ID | 20221204094717.74016-5-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/5] dt-bindings: mmc: sdhci: document sdhci-caps and sdhci-caps-mask | expand |
On Sun, 04 Dec 2022 10:47:17 +0100, Krzysztof Kozlowski wrote: > SM8350, SM8450 and SM8550 SDHCI controllers for SD card are marked with > dma-coherent, so allow it. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > --- > > dma-coherent was first added to SM8450... then to SM8350 (not merged > yet) and now it appeared in SM8550 patches, but I actually do not know > if this is copy-paste or real need. > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Sun, 4 Dec 2022 at 10:47, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > SM8350, SM8450 and SM8550 SDHCI controllers for SD card are marked with > dma-coherent, so allow it. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> All five patches applied from the series and by removing the fixes tag from patch4/5, thanks! Kind regards Uffe > > --- > > dma-coherent was first added to SM8450... then to SM8350 (not merged > yet) and now it appeared in SM8550 patches, but I actually do not know > if this is copy-paste or real need. > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index 39e303468bc4..6b89238f0565 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -83,6 +83,8 @@ properties: > - const: cal > - const: sleep > > + dma-coherent: true > + > interrupts: > maxItems: 2 > > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 39e303468bc4..6b89238f0565 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -83,6 +83,8 @@ properties: - const: cal - const: sleep + dma-coherent: true + interrupts: maxItems: 2
SM8350, SM8450 and SM8550 SDHCI controllers for SD card are marked with dma-coherent, so allow it. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- dma-coherent was first added to SM8450... then to SM8350 (not merged yet) and now it appeared in SM8550 patches, but I actually do not know if this is copy-paste or real need. --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 2 ++ 1 file changed, 2 insertions(+)