Skip to content

Commit 9e9ff39

Browse files
nmenonlag-linaro
authored andcommitted
dt-bindings: mfd: ti,j721e-system-controller: Add SoC chip ID
The system-controller node also contains the chip-id node that is used to identify the SoC specific properties. Add a pattern property to match to the same, and add to the example. Signed-off-by: Nishanth Menon <nm@ti.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230418010019.1222431-1-nm@ti.com
1 parent 3808b84 commit 9e9ff39

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ patternProperties:
6262
description:
6363
The phy node corresponding to the ethernet MAC.
6464

65+
"^chipid@[0-9a-f]+$":
66+
type: object
67+
$ref: /schemas/hwinfo/ti,k3-socinfo.yaml#
68+
description:
69+
The node corresponding to SoC chip identification.
70+
6571
required:
6672
- compatible
6773
- reg
@@ -99,5 +105,10 @@ examples:
99105
reg = <0x4140 0x18>;
100106
#clock-cells = <1>;
101107
};
108+
109+
chipid@14 {
110+
compatible = "ti,am654-chipid";
111+
reg = <0x14 0x4>;
112+
};
102113
};
103114
...

0 commit comments

Comments
 (0)