[U-Boot] Pull request, u-boot-tegra/master

Tom,
Please pull u-boot-tegra/master into U-Boot/master. Thanks!
All Tegra builds are OK, and Stephen's automated test system reports that all tests pass.
The following changes since commit e1efe43c710bec8d951c25f163cc8b0c5eb92294:
powerpc/86xx: Increase boot map size to 256 MiB (2016-08-03 18:02:29 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-tegra.git master
for you to fetch changes up to cb0ff4ccc039435bef627883ade3e3911805cec5:
ARM: tegra: call tegra_board_init on Tegra186 (2016-08-04 13:36:59 -0700)
---------------------------------------------------------------- Bryan Wu (1): ARM: tegra: add I2C controllers to Tegra186 DT
Stephen Warren (8): ARM: tegra: adapt to latest HSP DT binding ARM: tegra: add BPMP DT bindings dt-bindings: allow child nodes inside the Tegra BPMP dt-bindings: add Tegra186 BPMP I2C binding ARM: tegra: add BPMP and dependencies to Tegra186 DT ARM: tegra: add BPMP I2C to Tegra186 device tree ARM: tegra: add PCIe controller to Tegra186 SoC DT ARM: tegra: call tegra_board_init on Tegra186
arch/arm/dts/tegra186.dtsi | 270 +++++- arch/arm/mach-tegra/board186.c | 7 +- .../firmware/nvidia,tegra186-bpmp.txt | 104 +++ .../i2c/nvidia,tegra186-bpmp-i2c.txt | 42 + .../mailbox/nvidia,tegra186-hsp.txt | 52 ++ drivers/mailbox/tegra-hsp.c | 47 +- include/dt-bindings/clock/tegra186-clock.h | 940 +++++++++++++++++++++ include/dt-bindings/mailbox/tegra-hsp.h | 14 - include/dt-bindings/mailbox/tegra186-hsp.h | 19 + include/dt-bindings/power/tegra186-powergate.h | 29 + include/dt-bindings/reset/tegra186-reset.h | 206 +++++ 11 files changed, 1698 insertions(+), 32 deletions(-) create mode 100644 doc/device-tree-bindings/firmware/nvidia,tegra186-bpmp.txt create mode 100644 doc/device-tree-bindings/i2c/nvidia,tegra186-bpmp-i2c.txt create mode 100644 doc/device-tree-bindings/mailbox/nvidia,tegra186-hsp.txt create mode 100644 include/dt-bindings/clock/tegra186-clock.h delete mode 100644 include/dt-bindings/mailbox/tegra-hsp.h create mode 100644 include/dt-bindings/mailbox/tegra186-hsp.h create mode 100644 include/dt-bindings/power/tegra186-powergate.h create mode 100644 include/dt-bindings/reset/tegra186-reset.h
Thanks!

On Fri, Aug 05, 2016 at 10:26:44AM -0700, Tom Warren wrote:
Tom,
Please pull u-boot-tegra/master into U-Boot/master. Thanks!
All Tegra builds are OK, and Stephen's automated test system reports that all tests pass.
The following changes since commit e1efe43c710bec8d951c25f163cc8b0c5eb92294:
powerpc/86xx: Increase boot map size to 256 MiB (2016-08-03 18:02:29 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-tegra.git master
for you to fetch changes up to cb0ff4ccc039435bef627883ade3e3911805cec5:
ARM: tegra: call tegra_board_init on Tegra186 (2016-08-04 13:36:59 -0700)
Applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
Tom Warren