Skip to content

Commit 7dc63a2

Browse files
laeyraudgregkh
authored andcommitted
dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC
Add compatible string for the eFuse layout on MT8189 SoC, that is compatible with MT8186. Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Srinivas Kandagatla <srini@kernel.org> Link: https://patch.msgid.link/20251114110636.143268-6-srini@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5b2f8c1 commit 7dc63a2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ properties:
2525
compatible:
2626
oneOf:
2727
- items:
28-
- const: mediatek,mt8188-efuse
28+
- enum:
29+
- mediatek,mt8188-efuse
30+
- mediatek,mt8189-efuse
2931
- const: mediatek,mt8186-efuse
3032
- const: mediatek,mt8186-efuse
3133

0 commit comments

Comments
 (0)