From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 14 Jan 2013 11:44:20 -0700 Subject: [U-Boot] [PATCH v2 3/9] tegra20: fdt: add SPI SFLASH node In-Reply-To: <1357981631-21245-4-git-send-email-amartin@nvidia.com> References: <1357981631-21245-1-git-send-email-amartin@nvidia.com> <1357981631-21245-4-git-send-email-amartin@nvidia.com> Message-ID: <50F45204.3030407@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.