diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-02-10 19:19:01 +0200 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-02-10 19:19:01 +0200 |
commit | 808f013ae99397b1a5f3d4a328d90e4db2caa9d7 (patch) | |
tree | 8b3ea277bb0de98ac2927a8b89fc252cee4b7498 | |
parent | f8042b61e84e49ccaf336da33d1beee79dd22a4c (diff) | |
download | meta-multitech-atmel-808f013ae99397b1a5f3d4a328d90e4db2caa9d7.tar.gz meta-multitech-atmel-808f013ae99397b1a5f3d4a328d90e4db2caa9d7.tar.bz2 meta-multitech-atmel-808f013ae99397b1a5f3d4a328d90e4db2caa9d7.zip |
linux-5.4: disable spi0 on mtr-s
4 files changed, 6 insertions, 6 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 1732f40..611c07d 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 @@ -743,7 +743,7 @@ 1wire_cm { pinctrl_1wire_cm: 1wire_cm-0 { - atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; /* PB18 multidrive, conflicts with led */ + atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; }; }; diff --git a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts index 7273af7..32c0836 100644 --- a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts +++ b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts @@ -726,7 +726,7 @@ 1wire_cm { pinctrl_1wire_cm: 1wire_cm-0 { - atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; /* PB18 multidrive, conflicts with led */ + atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; }; }; diff --git a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtr.dts b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtr.dts index 4e19be2..73868d8 100644 --- a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtr.dts +++ b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtr.dts @@ -727,7 +727,7 @@ 1wire_cm { pinctrl_1wire_cm: 1wire_cm-0 { - atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; /* PB18 multidrive, conflicts with led */ + atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; }; }; @@ -1041,7 +1041,7 @@ clock-names = "spi_clk"; cs-gpios = <&pioA 14 0>, <0>, <0>, <0>; - status = "okay"; + status = "disabled"; }; spi1: spi@f0004000 { diff --git a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtrv1.dts b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtrv1.dts index 331f673..6620142 100644 --- a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtrv1.dts +++ b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtrv1.dts @@ -747,7 +747,7 @@ 1wire_cm { pinctrl_1wire_cm: 1wire_cm-0 { - atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; /* PB18 multidrive, conflicts with led */ + atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; }; }; @@ -1051,7 +1051,7 @@ clock-names = "spi_clk"; cs-gpios = <&pioA 14 0>, <0>, <0>, <0>; - status = "okay"; + status = "disabled"; }; spi1: spi@f0004000 { |