Re: [PATCH v2 1/3] dt-bindings: nvmem: uniphier-efuse: Add ti,am62p-efuse compatible
From: Judith Mendez
Date: Tue Sep 08 2026 - 17:05:05 EST
Hi Conor,
On 9/3/26 13:00, Conor Dooley wrote:
On Wed, Sep 02, 2026 at 05:27:57PM -0500, Judith Mendez wrote:
Add ti,am62p-efuse as a compatible string to the uniphier-efuse binding.
The uniphier-efuse driver can be used to read AM62P efuse registers as
well for GP_SW silicon revision detection.
Signed-off-by: Judith Mendez <jm@xxxxxx>
Why is a fallback compatible not suitable here?
Either it is, and you should add one, or you need to explain in hte
commit message why it is not.
Do you mean the following? :
compatible:
oneOf:
- const: socionext,uniphier-efuse
- items:
- const: ti,am62p-efuse
- const: socionext,uniphier-efuse
~ Judith