summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/remoteproc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/device-tree-bindings/remoteproc')
-rw-r--r--doc/device-tree-bindings/remoteproc/k3-system-controller.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/device-tree-bindings/remoteproc/k3-system-controller.txt b/doc/device-tree-bindings/remoteproc/k3-system-controller.txt
index 33dc46812ed..7de57ad4f00 100644
--- a/doc/device-tree-bindings/remoteproc/k3-system-controller.txt
+++ b/doc/device-tree-bindings/remoteproc/k3-system-controller.txt
@@ -8,7 +8,7 @@ This driver communicates with ROM for loading this firmware.
Required properties:
--------------------
-- compatible: Shall be: "ti,am654-system-controller"
+- compatible: Shall be: "ti,am654-tisci-rproc-r5-r5"
- mbox-names: "tx" for Transfer channel
"rx" for Receive channel
- mboxes: Corresponding phandles to mailbox channels.
@@ -21,7 +21,7 @@ Example:
--------
system-controller: system-controller {
- compatible = "ti,am654-system-controller";
+ compatible = "ti,am654-tisci-rproc-r5-r5";
mboxes= <&secproxy 4>, <&secproxy 5>;
mbox-names = "tx", "rx";
};