summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-12-14 21:49:26 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2021-12-15 21:47:21 -0600
commit76f7558d3308f6ec176bd97e73e10e59c34aefe3 (patch)
tree2995de537e03c5650f542015ef342d5f2d0268ec /doc
parent15769936a559b1840f50b83f94ee0c636b245001 (diff)
remoteproc: k3_system_controller: Support optional boot_notification channel
If there is an optional boot notification channel that an SoC uses separate from the rx path, use the same. Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree-bindings/remoteproc/k3-system-controller.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/remoteproc/k3-system-controller.txt b/doc/device-tree-bindings/remoteproc/k3-system-controller.txt
index 32f4720b0d..33dc46812e 100644
--- a/doc/device-tree-bindings/remoteproc/k3-system-controller.txt
+++ b/doc/device-tree-bindings/remoteproc/k3-system-controller.txt
@@ -13,6 +13,9 @@ Required properties:
"rx" for Receive channel
- mboxes: Corresponding phandles to mailbox channels.
+Optional properties:
+--------------------
+- mbox-names: "boot_notify" for Optional alternate boot notification channel.
Example:
--------