[PATCH] dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT6893

AngeloGioacchino Del Regno posted 1 patch 8 months ago
.../devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml          | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT6893
Posted by AngeloGioacchino Del Regno 8 months ago
Add a compatible string for the scpsys block found in the MediaTek
Dimensity 1200 (MT6893) SoC.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
 .../devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml
index 768390b92682..0e1d43c96fb9 100644
--- a/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml
+++ b/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml
@@ -18,6 +18,7 @@ properties:
   compatible:
     items:
       - enum:
+          - mediatek,mt6893-scpsys
           - mediatek,mt8167-scpsys
           - mediatek,mt8173-scpsys
           - mediatek,mt8183-scpsys
-- 
2.49.0
Re: (subset) [PATCH] dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT6893
Posted by Lee Jones 7 months, 3 weeks ago
On Wed, 16 Apr 2025 14:02:25 +0200, AngeloGioacchino Del Regno wrote:
> Add a compatible string for the scpsys block found in the MediaTek
> Dimensity 1200 (MT6893) SoC.
> 
> 

Applied, thanks!

[1/1] dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT6893
      commit: ce37cf8b8520aa292d2eb975b009e15e38347351

--
Lee Jones [李琼斯]

Re: [PATCH] dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT6893
Posted by Rob Herring (Arm) 7 months, 4 weeks ago
On Wed, 16 Apr 2025 14:02:25 +0200, AngeloGioacchino Del Regno wrote:
> Add a compatible string for the scpsys block found in the MediaTek
> Dimensity 1200 (MT6893) SoC.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
>  .../devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml          | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>