]> git.sur5r.net Git - u-boot/commit
ARM: tegra: add BPMP DT bindings
authorStephen Warren <swarren@nvidia.com>
Wed, 27 Jul 2016 21:24:50 +0000 (15:24 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 4 Aug 2016 20:36:58 +0000 (13:36 -0700)
commit7b9cb4940575f3b2d368d56ca06d3c0330af4c4b
treea5079256405d62f1e263efcd776a003400167f41
parent729c2db7a977c59ea35bbc56fb1633c17342b3c5
ARM: tegra: add BPMP DT bindings

The Tegra BPMP (Boot and Power Management Processor) is a separate
auxiliary CPU embedded into Tegra to perform power management work, and
controls related features such as clocks, resets, power domains, PMIC I2C
bus, etc. These bindings dictate how to represent the BPMP in device tree.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
doc/device-tree-bindings/firmware/nvidia,tegra186-bpmp.txt [new file with mode: 0644]
include/dt-bindings/clock/tegra186-clock.h [new file with mode: 0644]
include/dt-bindings/power/tegra186-powergate.h [new file with mode: 0644]
include/dt-bindings/reset/tegra186-reset.h [new file with mode: 0644]