diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2021-05-11 10:21:59 -0500 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-05-12 16:30:52 +0530 |
commit | 760b7488f531a627ce6ed0a1bddc7a8522fbf612 (patch) | |
tree | 893cdf2c98e5c1f329a14c615308070aacab3434 /doc/device-tree-bindings/memory-controller | |
parent | 55afd2d8f5af7638db6ffc57e9d0019379b11b4a (diff) |
dt-bindings: memory-controller: Add K3 AM64 DDRSS compatible
Update the k3-ddrss DT binding document to include compatible
for k3,am64-ddrss.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'doc/device-tree-bindings/memory-controller')
-rw-r--r-- | doc/device-tree-bindings/memory-controller/k3-j721e-ddrss.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/memory-controller/k3-j721e-ddrss.txt b/doc/device-tree-bindings/memory-controller/k3-j721e-ddrss.txt index 873a0e7ae7..c4cf26eaa4 100644 --- a/doc/device-tree-bindings/memory-controller/k3-j721e-ddrss.txt +++ b/doc/device-tree-bindings/memory-controller/k3-j721e-ddrss.txt @@ -9,7 +9,8 @@ DDRSS device node: ================== Required properties: -------------------- -- compatible: Shall be: "ti,j721e-ddrss" +- compatible: Shall be: "ti,j721e-ddrss" for j721e, j7200 + "ti,am64-ddrss" for am642 - reg-names cfg - Map the controller configuration region ctrl_mmr_lp4 - Map LP4 register region in ctrl mmr - reg: Contains the register map per reg-names. |