Skip to content
Snippets Groups Projects
Commit 6364e037 authored by Daniel Golle's avatar Daniel Golle
Browse files

ramips: only add spidev node in for WrtNode2R (and not for 2P)


Only the 2R version got the STM32 uC connected as 2nd SPI device.
Hence move the spidev node from mt7628an_wrtnode_wrtnode2.dtsi to
mt7628an_wrtnode_wrtnode2r.dts.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent d5cd80a1
No related branches found
No related tags found
No related merge requests found
......@@ -60,14 +60,6 @@
};
};
};
spidev@1 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "linux,spidev";
reg = <1>;
spi-max-frequency = <10000000>;
};
};
&uart1 {
......
......@@ -41,3 +41,13 @@
};
};
};
&spi0 {
spidev@1 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "linux,spidev";
reg = <1>;
spi-max-frequency = <10000000>;
};
};
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