Skip to content
Snippets Groups Projects
Commit e1963fab authored by blogic's avatar blogic
Browse files

[lantiq] unbreak dgn3500 spi-gpio


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35989 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent dc1f7813
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@
gpio-mosi = <&gpio 17 0>;
gpio-sck = <&gpio 18 0>;
num-chipselects = <1>;
cs-gpios = <&gpio 10 0>;
cs-gpios = <&gpio 10 1>;
m25p80@0 {
#address-cells = <1>;
......@@ -86,9 +86,6 @@
reg = <0 0>;
linux,modalias = "m25p80", "mx25l3205d";
spi-max-frequency = <1000000>;
spi-cpha;
spi-cpol;
spi-cs-high;
partition@0 {
reg = <0x0 0x10000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment