[U-Boot] [PATCH v2 6/7] tegra: Select I2C ordering for Seaboard
Stephen Warren
swarren at nvidia.com
Thu Jan 19 21:56:36 CET 2012
On 01/12/2012 12:00 PM, Simon Glass wrote:
> Select the port ordering for I2C on Seaboard.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Acked-by: Stephen Warren <swarren at nvidia.com>
This isn't the patch that I ack'd.
> diff --git a/board/nvidia/dts/tegra2-seaboard.dts b/board/nvidia/dts/tegra2-seaboard.dts
Unrelated to this patch, but shouldn't that be tegra-seaboard.dts not
tegra2-seaboard.dts to match the naming in the kernel?
> @@ -44,4 +49,9 @@
> usb at c5004000 {
> status = "disabled";
> };
> +
> + i2c at 7000c400 {
> + status = "disabled";
> + };
> +
> };
That chunk wasn't in the original patch, and doesn't match the kernel's
.dts file (and I believe that I2C controller really is in use, so
shouldn't be disabled).
--
nvpublic
More information about the U-Boot
mailing list