summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-08-23 12:50:41 -0500
committerJohn Klug <john.klug@multitech.com>2017-09-06 18:02:13 -0500
commit112f257cb0594cc9931a71fb7d3bf439b1f51803 (patch)
tree194778e3107d3ae4f573f1035265948cac269a5b
parent1fa739b993611d2eb3e12a4df08e9e3fb529cfff (diff)
downloadmeta-multitech-112f257cb0594cc9931a71fb7d3bf439b1f51803.tar.gz
meta-multitech-112f257cb0594cc9931a71fb7d3bf439b1f51803.tar.bz2
meta-multitech-112f257cb0594cc9931a71fb7d3bf439b1f51803.zip
Missing pin number in spidev
-rw-r--r--recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch b/recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch
index 29096ca..2b36413 100644
--- a/recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch
+++ b/recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch
@@ -114,7 +114,7 @@ diff -Naru linux-3.12.27.orig/arch/arm/boot/dts/mtcap.dts linux-3.12.27/arch/arm
+
+ spi@f0000000 {
+ status = "okay";
-+ cs-gpios = <&pioA 7 0>, <0>, <0>, <0>;
++ cs-gpios = <&pioA 7 0>, <&pioA 1 0>, <0>, <0>;
+ lora-spi@0 {
+ compatible = "spidev";
+ spi-max-frequency = <2000000>;