[RFC PATCH 1/3] dt-bindings: nvmem: uniphier-efuse: Add ti,am62p-efuse compatible
Judith Mendez <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- .../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml index e27cbae2d63a0..5e1b90fc1ae45 100644 --- a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml +++ b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml @@ -16,7 +16,9 @@ allOf: properties: compatible: - const: socionext,uniphier-efuse + enum: + - socionext,uniphier-efuse + - ti,am62p-efuse reg: maxItems: 1 -- 2.54.0