public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC
@ 2025-10-30 10:26 Louis-Alexis Eyraud
  2025-10-30 18:31 ` Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Louis-Alexis Eyraud @ 2025-10-30 10:26 UTC (permalink / raw)
  To: Srinivas Kandagatla, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Matthias Brugger, AngeloGioacchino Del Regno,
	Andrew-CT Chen, Lala Lin
  Cc: kernel, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Louis-Alexis Eyraud

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>
---
 Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
index 4dc0d42df3e6c3bf066a7109bd72b577ff7220f1..577295fafb9b1fb91d175d085c0beb3918c35e4f 100644
--- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
@@ -25,7 +25,9 @@ properties:
   compatible:
     oneOf:
       - items:
-          - const: mediatek,mt8188-efuse
+          - enum:
+              - mediatek,mt8188-efuse
+              - mediatek,mt8189-efuse
           - const: mediatek,mt8186-efuse
       - const: mediatek,mt8186-efuse
 

---
base-commit: d78b0fee454c25d292fb6343253eca06d7634fd9
change-id: 20251029-mt8189-dt-bindings-efuse-511c70f96750

Best regards,
-- 
Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC
  2025-10-30 10:26 [PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC Louis-Alexis Eyraud
@ 2025-10-30 18:31 ` Conor Dooley
  2025-11-06  9:11 ` AngeloGioacchino Del Regno
  2025-11-10  7:36 ` Srinivas Kandagatla
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-10-30 18:31 UTC (permalink / raw)
  To: Louis-Alexis Eyraud
  Cc: Srinivas Kandagatla, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Matthias Brugger, AngeloGioacchino Del Regno,
	Andrew-CT Chen, Lala Lin, kernel, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

On Thu, Oct 30, 2025 at 11:26:10AM +0100, Louis-Alexis Eyraud wrote:
> 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>

Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC
  2025-10-30 10:26 [PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC Louis-Alexis Eyraud
  2025-10-30 18:31 ` Conor Dooley
@ 2025-11-06  9:11 ` AngeloGioacchino Del Regno
  2025-11-10  7:36 ` Srinivas Kandagatla
  2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-11-06  9:11 UTC (permalink / raw)
  To: Louis-Alexis Eyraud, Srinivas Kandagatla, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	Andrew-CT Chen, Lala Lin
  Cc: kernel, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

Il 30/10/25 11:26, Louis-Alexis Eyraud ha scritto:
> 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>




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC
  2025-10-30 10:26 [PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC Louis-Alexis Eyraud
  2025-10-30 18:31 ` Conor Dooley
  2025-11-06  9:11 ` AngeloGioacchino Del Regno
@ 2025-11-10  7:36 ` Srinivas Kandagatla
  2 siblings, 0 replies; 4+ messages in thread
From: Srinivas Kandagatla @ 2025-11-10  7:36 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno, Andrew-CT Chen, Lala Lin,
	Louis-Alexis Eyraud
  Cc: kernel, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek


On Thu, 30 Oct 2025 11:26:10 +0100, Louis-Alexis Eyraud wrote:
> Add compatible string for the eFuse layout on MT8189 SoC, that is
> compatible with MT8186.
> 
> 

Applied, thanks!

[1/1] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC
      commit: 11a4220f789fb8a75b5941a5205d866da4fe39c2

Best regards,
-- 
Srinivas Kandagatla <srini@kernel.org>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-10  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 10:26 [PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC Louis-Alexis Eyraud
2025-10-30 18:31 ` Conor Dooley
2025-11-06  9:11 ` AngeloGioacchino Del Regno
2025-11-10  7:36 ` Srinivas Kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox