[PATCH 2/6] dt-bindings: mfd: mediatek: mt6397: Add missing MT6331 regulator compat

AngeloGioacchino Del Regno posted 6 patches 3 weeks, 6 days ago
[PATCH 2/6] dt-bindings: mfd: mediatek: mt6397: Add missing MT6331 regulator compat
Posted by AngeloGioacchino Del Regno 3 weeks, 6 days ago
Add the missing mediatek,mt6331-regulator in the compatible string
list for the regulators subnode.

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

diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml
index 6a89b479d10f..05c121b0cb3d 100644
--- a/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml
+++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml
@@ -90,6 +90,7 @@ properties:
           - enum:
               - mediatek,mt6323-regulator
               - mediatek,mt6328-regulator
+              - mediatek,mt6331-regulator
               - mediatek,mt6358-regulator
               - mediatek,mt6359-regulator
               - mediatek,mt6397-regulator
-- 
2.52.0
Re: [PATCH 2/6] dt-bindings: mfd: mediatek: mt6397: Add missing MT6331 regulator compat
Posted by Rob Herring (Arm) 3 weeks, 6 days ago
On Tue, 13 Jan 2026 11:59:56 +0100, AngeloGioacchino Del Regno wrote:
> Add the missing mediatek,mt6331-regulator in the compatible string
> list for the regulators subnode.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
>  Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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