diff options
author | John Klug <john.klug@multitech.com> | 2019-05-28 17:16:14 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | fe6b93d77f784ed664203c15ae3346b1c4a0498f (patch) | |
tree | 2be65115f97fca6b5f81defae3c09e5aa5bb01c2 /recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch | |
parent | 8d2608c0d300e5f7a00fbcb405ebaace1d824cc2 (diff) | |
download | meta-multitech-fe6b93d77f784ed664203c15ae3346b1c4a0498f.tar.gz meta-multitech-fe6b93d77f784ed664203c15ae3346b1c4a0498f.tar.bz2 meta-multitech-fe6b93d77f784ed664203c15ae3346b1c4a0498f.zip |
Remove vbus-gpio which breaks the USB interface.
Diffstat (limited to 'recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch b/recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch index 7280527..e8088c7 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch +++ b/recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch @@ -144,7 +144,7 @@ diff -Naru linux-4.9.87.orig/arch/arm/boot/dts/mtrv1.dts linux-4.9.87/arch/arm/b + }; + + usb2: gadget@f803c000 { -+ atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>; ++ /delete-property/ atmel,vbus-gpio; /* mtrv1 has no vbus-gpio */ + status = "okay"; + }; + watchdog@fffffe40 { |