diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-02-17 19:18:54 +0200 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-02-17 19:18:54 +0200 |
commit | 9f96d6b878216d9a3ea5f1cd2dad5171c7cad6a2 (patch) | |
tree | cd1de3ebba8f84f01812b5286c9ccb9de885f574 | |
parent | 30b9dea04e35455b61743abce6141f509a687ed8 (diff) | |
download | meta-multitech-atmel-9f96d6b878216d9a3ea5f1cd2dad5171c7cad6a2.tar.gz meta-multitech-atmel-9f96d6b878216d9a3ea5f1cd2dad5171c7cad6a2.tar.bz2 meta-multitech-atmel-9f96d6b878216d9a3ea5f1cd2dad5171c7cad6a2.zip |
linux-5.4: fix spi chip select on mtcap
-rw-r--r-- | recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts index 6f1bd84..aeeec50 100644 --- a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts +++ b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts @@ -1064,7 +1064,7 @@ status = "okay"; - cs-gpios = <&pioA 14 0>, <&pioA 1 0>, <0>, <0>; + cs-gpios = <&pioA 7 0>, <&pioA 1 0>, <0>, <0>; lora-spi@0 { compatible = "mts,mtac"; |