diff options
author | 2025-04-16 14:02:25 +0200 | |
---|---|---|
committer | 2025-05-23 08:48:52 +0100 | |
commit | 9bc2d48514a584af85292da181cc9a4fd6c39f31 (patch) | |
tree | 19a69a053887aa82eb281af10ab3070abe79cc8d /Documentation/devicetree | |
parent | MAINTAINERS: add myself as reviewer for Samsung S2M MFD (diff) | |
download | linux-rng-9bc2d48514a584af85292da181cc9a4fd6c39f31.tar.xz linux-rng-9bc2d48514a584af85292da181cc9a4fd6c39f31.zip |
dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT6893
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>
Acked-by: "Rob Herring (Arm)" <robh@kernel.org>
Link: https://lore.kernel.org/r/20250416120225.147826-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |