Re: [PATCH v2 1/2] dt-bindings: hwinfo: ti,k3-socinfo: Add nvmem-cells support
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-02-07 10:44:55
Also in:
linux-devicetree, lkml
On Fri, Feb 06, 2026 at 01:19:13PM -0600, Judith Mendez wrote:
quoted hunk ↗ jump to hunk
Add optional nvmem-cells and nvmem-cell-names properties to support reading silicon revision information from alternate location using NVMEM providers. This is used on AM62P to read GP_SW1 register for accurate silicon revision detection. Signed-off-by: Judith Mendez <redacted> --- Changes since v1: - no change --- .../devicetree/bindings/hwinfo/ti,k3-socinfo.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+)diff --git a/Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml b/Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml index dada28b47ea07..58cc937e13351 100644 --- a/Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml +++ b/Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml@@ -15,6 +15,9 @@ description: | represented by CTRLMMR_xxx_JTAGID register which contains information about SoC id and revision. + On some SoCs like AM62P, the silicon revision is determined by reading + alternative registers via NVMEM cells. + properties: $nodename: pattern: "^chipid@[0-9a-f]+$"@@ -26,6 +29,15 @@ properties: reg: maxItems: 1 + nvmem-cells: + maxItems: 1 + description: + Reference to NVMEM node containing revision information.
Intead items with description. And drop 'Reference to NVMEM node containing', redundant. Just say what NVMEM it is supposed to be. Reviewed-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof