Re: [PATCH 1/3] dt-bindings: nvmem: add nuvoton,npcm750-otp
Kuan-Wei Chiu <[email protected]>
| Newsgroups | org.ozlabs.lists.openbmc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi Krzysztof, On Wed, Mar 18, 2026 at 09:17:19PM +0100, Krzysztof Kozlowski wrote: > On 18/03/2026 20:35, Kuan-Wei Chiu wrote: > > +maintainers: > > + - Kuan-Wei Chiu <[email protected]> > > + > > +allOf: > > + - $ref: nvmem.yaml# > > + > > +properties: > > + compatible: > > + enum: > > + - nuvoton,npcm750-key-storage > > + - nuvoton,npcm750-fuse-array > > Your driver says these are exactly the same devices, so you got only one > compatible. Otherwise explain in commit msg why these are different > (current message speaks about purpose, but is not what is needed here). > Thanks for the prompt review. I will drop the content-specific compatible strings and unify them into a single "nuvoton,npcm750-otp" in the upcoming v2 series. Regards, Kuan-Wei