diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-26 14:16:49 +0200 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-26 14:16:49 +0200 |
commit | 4324a280123b2690f0090c88e4b3d3656d5386b7 (patch) | |
tree | edecfb61b8ed56cdb93f011f64d4a32245bf5934 | |
parent | fc5168d905d1462aafe0414152b815f07e435af5 (diff) | |
download | meta-multitech-atmel-4324a280123b2690f0090c88e4b3d3656d5386b7.tar.gz meta-multitech-atmel-4324a280123b2690f0090c88e4b3d3656d5386b7.tar.bz2 meta-multitech-atmel-4324a280123b2690f0090c88e4b3d3656d5386b7.zip |
linux 5.4: mtcap dts fixes
-rw-r--r-- | recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts | 4 |
1 files changed, 2 insertions, 2 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 3f8e6ce..bc4f658 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 @@ -26,7 +26,7 @@ aliases { serial0 = &dbgu; - serial1 = &usart0; + serial1 = &uart0"; serial2 = &usart1; serial3 = &usart2; gpio0 = &pioA; @@ -1107,7 +1107,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_board_usb2>; /* atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>; mtcdt: no vbus-gpio */ - status = "okay"; + status = "disabled"; ep@0 { reg = <0>; |