Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Louis-Alexis Eyraud and committed by
Greg Kroah-Hartman
7dc63a2a 5b2f8c13

+3 -1
+3 -1
Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
··· 25 25 compatible: 26 26 oneOf: 27 27 - items: 28 - - const: mediatek,mt8188-efuse 28 + - enum: 29 + - mediatek,mt8188-efuse 30 + - mediatek,mt8189-efuse 29 31 - const: mediatek,mt8186-efuse 30 32 - const: mediatek,mt8186-efuse 31 33