summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2022-01-25 18:26:27 +0300
committerTom Rini <trini@konsulko.com>2022-02-08 17:41:26 +0300
commit473bd5aee1308d43a3ad9baee9dd8ec1fb6b4a2d (patch)
treea72212bc933849e31b28df1cb2570c92ba30baee /doc/device-tree-bindings
parent8b139f4e1c08c4ffb1a8e739db128ed02cbc637f (diff)
downloadu-boot-473bd5aee1308d43a3ad9baee9dd8ec1fb6b4a2d.tar.xz
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/device-tree-bindings')
-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:
--------