diff options
| author | Andrew Davis <afd@ti.com> | 2025-04-21 16:46:18 -0500 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2025-04-25 15:47:07 -0500 |
| commit | 5959618631fec502ec0963f4082d565f7fbfff04 (patch) | |
| tree | 51bf6f5595819d0f8ef777041ad43980d76aca9e | |
| parent | 8a0bba5b6730a1491a111bf54de5d8dcc23c8e10 (diff) | |
| download | linux-5959618631fec502ec0963f4082d565f7fbfff04.tar.gz linux-5959618631fec502ec0963f4082d565f7fbfff04.zip | |
dt-bindings: mfd: ti,j721e-system-controller: Add compatible string for AM654
Add the child nodes that can be found under this node. Then as done
for other similar devices (J7200 and J721s2) add support for the AM654
system controller to this binding.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250421214620.3770172-2-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
| -rw-r--r-- | Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml index 13b6b6fa5dee..f3bd0be3b279 100644 --- a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml +++ b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml @@ -26,6 +26,7 @@ properties: compatible: items: - enum: + - ti,am654-system-controller - ti,j7200-system-controller - ti,j721e-system-controller - ti,j721s2-system-controller @@ -73,6 +74,18 @@ patternProperties: description: The node corresponding to PCIe control register. + "^clock@[0-9a-f]+$": + type: object + $ref: /schemas/soc/ti/ti,am654-serdes-ctrl.yaml# + description: + This is the Serdes Control region. + + "^dss-oldi-io-ctrl@[0-9a-f]+$": + type: object + $ref: /schemas/mfd/syscon.yaml# + description: + This is the DSS OLDI CTRL region. + required: - compatible - reg |
