[U-Boot] [PATCH] arm: tegra: initial support for apalis t30
Stephen Warren
swarren at wwwdotorg.org
Tue Aug 19 23:42:16 CEST 2014
On 08/18/2014 05:22 PM, Marcel Ziswiler wrote:
> This patch adds board support for the Toradex Apalis T30 a computer on
> module which can be used on different carrier boards.
>
> For the sake of ease of use we do not distinguish between different
> carrier boards for now as the base module features are deemed
> sufficient enough for regular booting.
>
> The following functionality is working so far:
> - eMMC boot and environment storage
> - MMC/SD cards (both 8-bit as well as 4-bit slot)
> - Network (via external ASIX USB)
> - USB client/host (dual role port as client, other two ports as host)
At a quick glance this looks OK,
Acked-by: Stephen Warren <swarren at nvidia.com>
One very minor nit:
> diff --git a/arch/arm/dts/tegra30-apalis.dts b/arch/arm/dts/tegra30-apalis.dts
> + /* GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
> + board) */
That comment style is odd. It should be:
/*
* Text here
* More here
*/
More information about the U-Boot
mailing list