diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-29 17:12:56 +0200 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-29 17:12:56 +0200 |
commit | e27c8ac1eb3ef1d214dbc44640d557d727dd2a9b (patch) | |
tree | f89ea7c528647e40f22f73284d15c8735b5d5b9b /recipes-kernel | |
parent | 2d84b9a3fca742fb465243a8a4438cee3772af9b (diff) | |
download | meta-multitech-atmel-e27c8ac1eb3ef1d214dbc44640d557d727dd2a9b.tar.gz meta-multitech-atmel-e27c8ac1eb3ef1d214dbc44640d557d727dd2a9b.tar.bz2 meta-multitech-atmel-e27c8ac1eb3ef1d214dbc44640d557d727dd2a9b.zip |
linux 5.4: no usb gadget on mtrv1
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtrv1.dts | 4 |
1 files changed, 2 insertions, 2 deletions
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 146fb90..331f673 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 @@ -1083,8 +1083,8 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_board_usb2>; - /* atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>; mtcdt: no vbus-gpio */ - status = "okay"; + /* atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>; mtrv1: no vbus-gpio */ + status = "disabled"; ep@0 { reg = <0>; |