[PATCH v2 1/3] dt-bindings: nvmem: mediatek: efuse: add mt6572

From: Roman Vivchar via B4 Relay

Date: Fri Jul 24 2026 - 07:36:32 EST


From: Roman Vivchar <rva333@xxxxxxxxxxxxxx>

Add a compatible string for the mt6572 SoC efuse controller.

Signed-off-by: Roman Vivchar <rva333@xxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
index f9323b3ecfc8..e10947164941 100644
--- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
@@ -24,13 +24,16 @@ properties:

compatible:
oneOf:
+ - enum:
+ - mediatek,mt6572-efuse
+ - mediatek,mt8186-efuse
+
- items:
- enum:
- mediatek,mt8188-efuse
- mediatek,mt8189-efuse
- mediatek,mt8196-efuse
- const: mediatek,mt8186-efuse
- - const: mediatek,mt8186-efuse

- items:
- enum:

--
2.54.0