[U-Boot] [PATCH v2 3/9] tegra20: fdt: add SPI SFLASH node
Stephen Warren
swarren at wwwdotorg.org
Mon Jan 14 19:44:20 CET 2013
On 01/12/2013 02:07 AM, Allen Martin wrote:
> Add node for tegra20 SPI SFLASH controller to fdt.
> diff --git a/board/nvidia/dts/tegra20-seaboard.dts b/board/nvidia/dts/tegra20-seaboard.dts
> + spi at 7000c380 {
> + spi-max-frequency = <25000000>;
> + };
Seaboard doesn't actually have SPI enabled, and probably shouldn't given
that would require the hacky UART/SPI switch cruft.
TrimSlice on the other hand does have SPI enabled, so its .dts file
would need the above change.
More information about the U-Boot
mailing list