Re: [PATCH v4 01/20] remoteproc: k3_system_controller: Support optional boot_notification channel

2022-02-08 Thread Tom Rini
On Tue, Jan 25, 2022 at 08:56:27PM +0530, Aswath Govindraju wrote: > From: Nishanth Menon > > 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 Applied to u-boot/master, thanks! -- Tom

[PATCH v4 01/20] remoteproc: k3_system_controller: Support optional boot_notification channel

2022-01-25 Thread Aswath Govindraju
From: Nishanth Menon 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 --- .../remoteproc/k3-system-controller.txt | 3 +++ drivers/remoteproc/k3_system_controller.c | 20 ++- 2