aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.14/521-esporessobin-dt-enable-spi-nor-on-i2c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/patches-4.14/521-esporessobin-dt-enable-spi-nor-on-i2c.patch')
-rw-r--r--target/linux/mvebu/patches-4.14/521-esporessobin-dt-enable-spi-nor-on-i2c.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-4.14/521-esporessobin-dt-enable-spi-nor-on-i2c.patch b/target/linux/mvebu/patches-4.14/521-esporessobin-dt-enable-spi-nor-on-i2c.patch
new file mode 100644
index 0000000000..3cabaa7a01
--- /dev/null
+++ b/target/linux/mvebu/patches-4.14/521-esporessobin-dt-enable-spi-nor-on-i2c.patch
@@ -0,0 +1,29 @@
+--- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
++++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
+@@ -111,6 +111,26 @@
+ status = "okay";
+ };
+
++&spi0 {
++ status = "okay";
++
++ w25q32dw@0 {
++ #address-cells = <1>;
++ #size-cells = <1>;
++ compatible = "jedec,spi-nor";
++ reg = <0>;
++ spi-max-frequency = <104000000>;
++ m25,fast-read;
++
++ pinctrl-names = "default";
++ pinctrl-0 = <&spi_quad_pins>;
++ };
++};
++
++&i2c0 {
++ status = "okay";
++};
++
+ &mdio {
+ switch0: switch0@1 {
+ compatible = "marvell,mv88e6085";