diff options
| author | Matt Ranostay <mranostay@ti.com> | 2022-10-23 20:54:04 -0700 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2022-12-07 13:28:09 +0000 |
| commit | 9f8fa5e9b2fc90855fe4df770c4cf0fa653e5672 (patch) | |
| tree | 9e38dc8350c1cc7f4f2b1b66a0676491c129a91d | |
| parent | d4b15e447c352ae74b18261bdaf0023fa9a7d1bd (diff) | |
dt-bindings: mfd: ti,j721e-system-controller: Add compatible strings for other platforms
There are multiple J7 based platforms, and the j721e-system-controller
shouldn't be define in non-j721e devices device trees.
This is mainly for clarity; but also useful in case there are future
erratas that need to be fixed for a specific platform.
Signed-off-by: Matt Ranostay <mranostay@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221024035405.366208-2-mranostay@ti.com
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml b/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml index 873ee0c0973f..76ef4352e13c 100644 --- a/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml @@ -26,7 +26,9 @@ properties: compatible: items: - enum: + - ti,j7200-system-controller - ti,j721e-system-controller + - ti,j721s2-system-controller - const: syscon - const: simple-mfd |
