diff options
author | John Klug <john.klug@multitech.com> | 2017-08-23 12:50:41 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-08-23 12:50:41 -0500 |
commit | 58c15002036766c558287872601a71b0e6cd5abe (patch) | |
tree | 194778e3107d3ae4f573f1035265948cac269a5b | |
parent | 1c0e4861d4d375d1698c2c6d82701049f140eee6 (diff) | |
download | meta-multitech-58c15002036766c558287872601a71b0e6cd5abe.tar.gz meta-multitech-58c15002036766c558287872601a71b0e6cd5abe.tar.bz2 meta-multitech-58c15002036766c558287872601a71b0e6cd5abe.zip |
Missing pin number in spidev
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch | 2 |
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>; |