diff options
author | Nishanth Menon <nm@ti.com> | 2022-01-25 20:56:27 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-08 09:41:26 -0500 |
commit | 473bd5aee1308d43a3ad9baee9dd8ec1fb6b4a2d (patch) | |
tree | a72212bc933849e31b28df1cb2570c92ba30baee /doc | |
parent | 8b139f4e1c08c4ffb1a8e739db128ed02cbc637f (diff) | |
download | u-boot-473bd5aee1308d43a3ad9baee9dd8ec1fb6b4a2d.zip u-boot-473bd5aee1308d43a3ad9baee9dd8ec1fb6b4a2d.tar.gz u-boot-473bd5aee1308d43a3ad9baee9dd8ec1fb6b4a2d.tar.bz2 |
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.txt | 3 |
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 32f4720..33dc468 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: -------- |