ARM: tegra: adapt to latest HSP DT bindingThe DT binding for the Tegra186 HSP module apparently wasn't quite finalwhen I posted initial U-Boot support for it. Add the final DT binding docand adap
ARM: tegra: adapt to latest HSP DT bindingThe DT binding for the Tegra186 HSP module apparently wasn't quite finalwhen I posted initial U-Boot support for it. Add the final DT binding docand adapt all code and DT files to match it.Signed-off-by: Stephen Warren <swarren@nvidia.com>Reviewed-by: Simon Glass <sjg@chromium.org>Signed-off-by: Tom Warren <twarren@nvidia.com>
show more ...
mailbox: add Tegra186 HSP driverTegra186's HSP module implements doorbells, mailboxes, semaphores, andshared interrupts. This patch provides a driver for HSP, and hooks itinto the mailbox API. Cu
mailbox: add Tegra186 HSP driverTegra186's HSP module implements doorbells, mailboxes, semaphores, andshared interrupts. This patch provides a driver for HSP, and hooks itinto the mailbox API. Currently, only doorbells are supported.Signed-off-by: Stephen Warren <swarren@nvidia.com>Reviewed-by: Simon Glass <sjg@chromium.org>Acked-by: Simon Glass <sjg@chromium.org>