Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrew Davis and committed by
Nishanth Menon
59596186 8a0bba5b

+13
+13
Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml
··· 26 26 compatible: 27 27 items: 28 28 - enum: 29 + - ti,am654-system-controller 29 30 - ti,j7200-system-controller 30 31 - ti,j721e-system-controller 31 32 - ti,j721s2-system-controller ··· 73 72 type: object 74 73 description: 75 74 The node corresponding to PCIe control register. 75 + 76 + "^clock@[0-9a-f]+$": 77 + type: object 78 + $ref: /schemas/soc/ti/ti,am654-serdes-ctrl.yaml# 79 + description: 80 + This is the Serdes Control region. 81 + 82 + "^dss-oldi-io-ctrl@[0-9a-f]+$": 83 + type: object 84 + $ref: /schemas/mfd/syscon.yaml# 85 + description: 86 + This is the DSS OLDI CTRL region. 76 87 77 88 required: 78 89 - compatible