imx6: fix spi on gw5400-a

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38201 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Luka Perkov 2013-09-25 23:35:54 +00:00
parent 20c36881a1
commit 0bec3a874d
1 changed files with 2 additions and 2 deletions

View File

@ -126,13 +126,13 @@
};
&ecspi1 {
fsl,spi-num-chipselects = <1>;
cs-gpios = <&gpio3 19 0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1_1>;
status = "okay";
flash: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "sst,w25q256";
spi-max-frequency = <30000000>;
reg = <0>;