Re: [PATCH 1/3] dt-bindings: nvmem: add nuvoton,npcm750-otp
Krzysztof Kozlowski <[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]> |
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). Best regards, Krzysztof