Re: [U-Boot] [PATCH] tegra: fdt: add back missing host1x node

2013-01-28 Thread Tom Warren
Albert, -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Saturday, January 26, 2013 3:57 AM To: Allen Martin Cc: Tom Warren; swar...@wwwdotorg.org; u-boot@lists.denx.de Subject: Re: [PATCH] tegra: fdt: add back missing host1x node Hi Allen, On

Re: [U-Boot] [PATCH] tegra: fdt: add back missing host1x node

2013-01-28 Thread Albert ARIBAUD
Hi Tom, On Mon, 28 Jan 2013 08:35:25 -0800, Tom Warren twar...@nvidia.com wrote: Albert, -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Saturday, January 26, 2013 3:57 AM To: Allen Martin Cc: Tom Warren; swar...@wwwdotorg.org;

Re: [U-Boot] [PATCH] tegra: fdt: add back missing host1x node

2013-01-28 Thread Allen Martin
Have you got the right Tom? This is for the Tegra tree (u-boot-tegra), not TI, Tom Warren, not Tom Rini. My PR *has* been taken into the ARM/master branch, AFAICT, and I never release PRs with warnings or errors that aren't already pre-existing in other ARM builds (VCMA9 and

Re: [U-Boot] [PATCH] tegra: fdt: add back missing host1x node

2013-01-26 Thread Albert ARIBAUD
Hi Allen, On Fri, 25 Jan 2013 16:51:09 -0800, Allen Martin amar...@nvidia.com wrote: Hi Albert, would it be possible for you to apply this directly to your u-boot-arm repository? It fixes a regression introduced by my previous patch: b7723f3 tegra: fdt: sort dts files So I wanted to

[U-Boot] [PATCH] tegra: fdt: add back missing host1x node

2013-01-25 Thread Allen Martin
Add back host1x node to seaboard dts file. This got dropped during the tegra fdt sort. Signed-off-by: Allen Martin amar...@nvidia.com --- board/nvidia/dts/tegra20-seaboard.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/board/nvidia/dts/tegra20-seaboard.dts

Re: [U-Boot] [PATCH] tegra: fdt: add back missing host1x node

2013-01-25 Thread Allen Martin
On Fri, Jan 25, 2013 at 10:46:47AM -0800, Allen Martin wrote: Add back host1x node to seaboard dts file. This got dropped during the tegra fdt sort. Signed-off-by: Allen Martin amar...@nvidia.com --- Hi Albert, would it be possible for you to apply this directly to your u-boot-arm