2022-12-04 10:33:56

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 5/5] dt-bindings: mmc: sdhci-msm: allow dma-coherent

SM8350, SM8450 and SM8550 SDHCI controllers for SD card are marked with
dma-coherent, so allow it.

Signed-off-by: Krzysztof Kozlowski <[email protected]>

---

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


2022-12-05 23:04:56

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 5/5] dt-bindings: mmc: sdhci-msm: allow dma-coherent


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 <[email protected]>
>
> ---
>
> 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 <[email protected]>

2022-12-07 12:42:59

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH 5/5] dt-bindings: mmc: sdhci-msm: allow dma-coherent

On Sun, 4 Dec 2022 at 10:47, Krzysztof Kozlowski
<[email protected]> wrote:
>
> SM8350, SM8450 and SM8550 SDHCI controllers for SD card are marked with
> dma-coherent, so allow it.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

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
>