2024-06-05 09:38:58

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH] dt-bindings: mmc: meson-gx: add optional power-domains

On newer SoCs, the MMC controller can require a power-domain to operate,
add it as optional.

Signed-off-by: Neil Armstrong <[email protected]>
---
Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml
index bc403ae9e5d9..57646575a13f 100644
--- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml
+++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml
@@ -51,6 +51,9 @@ properties:
set when controller's internal DMA engine cannot access the DRAM memory,
like on the G12A dedicated SDIO controller.

+ power-domains:
+ maxItems: 1
+
required:
- compatible
- reg

---
base-commit: c3f38fa61af77b49866b006939479069cd451173
change-id: 20240605-topic-amlogic-upstream-bindings-fixes-power-domains-mmc-a94d681d2e69

Best regards,
--
Neil Armstrong <[email protected]>



2024-06-06 00:33:32

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mmc: meson-gx: add optional power-domains


On Wed, 05 Jun 2024 11:34:46 +0200, Neil Armstrong wrote:
> On newer SoCs, the MMC controller can require a power-domain to operate,
> add it as optional.
>
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Rob Herring (Arm) <[email protected]>


2024-06-10 14:21:27

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mmc: meson-gx: add optional power-domains

On Wed, 5 Jun 2024 at 11:34, Neil Armstrong <[email protected]> wrote:
>
> On newer SoCs, the MMC controller can require a power-domain to operate,
> add it as optional.
>
> Signed-off-by: Neil Armstrong <[email protected]>

Applied for next, thanks!

Kind regards
Uffe

> ---
> Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml
> index bc403ae9e5d9..57646575a13f 100644
> --- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml
> @@ -51,6 +51,9 @@ properties:
> set when controller's internal DMA engine cannot access the DRAM memory,
> like on the G12A dedicated SDIO controller.
>
> + power-domains:
> + maxItems: 1
> +
> required:
> - compatible
> - reg
>
> ---
> base-commit: c3f38fa61af77b49866b006939479069cd451173
> change-id: 20240605-topic-amlogic-upstream-bindings-fixes-power-domains-mmc-a94d681d2e69
>
> Best regards,
> --
> Neil Armstrong <[email protected]>
>