[U-Boot] [PATCH 1/9] ARM: tegra: adapt to latest HSP DT binding
Simon Glass
sjg at chromium.org
Mon Aug 1 03:01:59 CEST 2016
On 27 July 2016 at 15:24, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> The DT binding for the Tegra186 HSP module apparently wasn't quite final
> when I posted initial U-Boot support for it. Add the final DT binding doc
> and adapt all code and DT files to match it.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> arch/arm/dts/tegra186.dtsi | 10 ++---
> .../mailbox/nvidia,tegra186-hsp.txt | 52 ++++++++++++++++++++++
> drivers/mailbox/tegra-hsp.c | 47 +++++++++++++++----
> include/dt-bindings/mailbox/tegra-hsp.h | 14 ------
> include/dt-bindings/mailbox/tegra186-hsp.h | 19 ++++++++
> 5 files changed, 113 insertions(+), 29 deletions(-)
> create mode 100644 doc/device-tree-bindings/mailbox/nvidia,tegra186-hsp.txt
> delete mode 100644 include/dt-bindings/mailbox/tegra-hsp.h
> create mode 100644 include/dt-bindings/mailbox/tegra186-hsp.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list