* [PATCH] dt-bindings: mmc: mtk-sd: Add support for Dimensity 1200 MT6893
@ 2025-04-16 12:02 AngeloGioacchino Del Regno
2025-04-21 21:39 ` Rob Herring (Arm)
2025-04-28 16:21 ` Ulf Hansson
0 siblings, 2 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-04-16 12:02 UTC (permalink / raw)
To: chaotian.jing
Cc: ulf.hansson, robh, krzk+dt, conor+dt, matthias.bgg,
angelogioacchino.delregno, wenbin.mei, linux-mmc, devicetree,
linux-kernel, linux-arm-kernel, linux-mediatek, kernel
Add a compatible for the MediaTek Dimensity 1200 (MT6893) SoC.
All of the MMC/SD controllers in this chip are compatible with
the ones found in MT8183, but do also make use of an optional
crypto clock when enabling HW disk encryption.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
index 0debccbd6519..6dd26ad31491 100644
--- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
+++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
@@ -32,6 +32,7 @@ properties:
- const: mediatek,mt2701-mmc
- items:
- enum:
+ - mediatek,mt6893-mmc
- mediatek,mt8186-mmc
- mediatek,mt8188-mmc
- mediatek,mt8192-mmc
@@ -299,6 +300,7 @@ allOf:
properties:
compatible:
enum:
+ - mediatek,mt6893-mmc
- mediatek,mt8186-mmc
- mediatek,mt8188-mmc
- mediatek,mt8195-mmc
--
2.49.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: mmc: mtk-sd: Add support for Dimensity 1200 MT6893
2025-04-16 12:02 [PATCH] dt-bindings: mmc: mtk-sd: Add support for Dimensity 1200 MT6893 AngeloGioacchino Del Regno
@ 2025-04-21 21:39 ` Rob Herring (Arm)
2025-04-28 16:21 ` Ulf Hansson
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-04-21 21:39 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: wenbin.mei, chaotian.jing, linux-arm-kernel, matthias.bgg,
linux-kernel, kernel, devicetree, conor+dt, krzk+dt, ulf.hansson,
linux-mediatek, linux-mmc
On Wed, 16 Apr 2025 14:02:45 +0200, AngeloGioacchino Del Regno wrote:
> Add a compatible for the MediaTek Dimensity 1200 (MT6893) SoC.
> All of the MMC/SD controllers in this chip are compatible with
> the ones found in MT8183, but do also make use of an optional
> crypto clock when enabling HW disk encryption.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: mmc: mtk-sd: Add support for Dimensity 1200 MT6893
2025-04-16 12:02 [PATCH] dt-bindings: mmc: mtk-sd: Add support for Dimensity 1200 MT6893 AngeloGioacchino Del Regno
2025-04-21 21:39 ` Rob Herring (Arm)
@ 2025-04-28 16:21 ` Ulf Hansson
1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2025-04-28 16:21 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: chaotian.jing, robh, krzk+dt, conor+dt, matthias.bgg, wenbin.mei,
linux-mmc, devicetree, linux-kernel, linux-arm-kernel,
linux-mediatek, kernel
On Wed, 16 Apr 2025 at 14:02, AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com> wrote:
>
> Add a compatible for the MediaTek Dimensity 1200 (MT6893) SoC.
> All of the MMC/SD controllers in this chip are compatible with
> the ones found in MT8183, but do also make use of an optional
> crypto clock when enabling HW disk encryption.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> index 0debccbd6519..6dd26ad31491 100644
> --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> @@ -32,6 +32,7 @@ properties:
> - const: mediatek,mt2701-mmc
> - items:
> - enum:
> + - mediatek,mt6893-mmc
> - mediatek,mt8186-mmc
> - mediatek,mt8188-mmc
> - mediatek,mt8192-mmc
> @@ -299,6 +300,7 @@ allOf:
> properties:
> compatible:
> enum:
> + - mediatek,mt6893-mmc
> - mediatek,mt8186-mmc
> - mediatek,mt8188-mmc
> - mediatek,mt8195-mmc
> --
> 2.49.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-28 16:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-16 12:02 [PATCH] dt-bindings: mmc: mtk-sd: Add support for Dimensity 1200 MT6893 AngeloGioacchino Del Regno
2025-04-21 21:39 ` Rob Herring (Arm)
2025-04-28 16:21 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).