diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-05-18 01:03:28 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-05-29 00:13:48 +0200 |
commit | 5cc75fca2d13946024e3022a317b05b04aba9205 (patch) | |
tree | 714602c329f50688cc5f70f7b3a676ae24288e60 | |
parent | Merge branch 'for-3.11/deps-for-clk' into for-3.11/dt (diff) | |
download | linux-5cc75fca2d13946024e3022a317b05b04aba9205.tar.xz linux-5cc75fca2d13946024e3022a317b05b04aba9205.zip |
ARM: tegra: enable spi4 on Dalmore
Enable SPI4 and add Winbond SPI flash W25Q32DW device
on CS0 line.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 72c1f27af7f3..785146856bcd 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -823,6 +823,16 @@ }; }; + spi@7000da00 { + status = "okay"; + spi-max-frequency = <25000000>; + spi-flash@0 { + compatible = "winbond,w25q32dw"; + reg = <0>; + spi-max-frequency = <20000000>; + }; + }; + pmc { nvidia,invert-interrupt; }; |