diff options
author | John Klug <john.klug@multitech.com> | 2019-05-28 17:16:14 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-28 17:16:14 -0500 |
commit | 81400d682472d720ab0781b3e1e10acc053f5f2c (patch) | |
tree | 2be65115f97fca6b5f81defae3c09e5aa5bb01c2 /recipes-kernel/linux | |
parent | c9db278130484987c056fccc334d4005cd04fa9b (diff) | |
download | meta-multitech-atmel-81400d682472d720ab0781b3e1e10acc053f5f2c.tar.gz meta-multitech-atmel-81400d682472d720ab0781b3e1e10acc053f5f2c.tar.bz2 meta-multitech-atmel-81400d682472d720ab0781b3e1e10acc053f5f2c.zip |
Remove vbus-gpio which breaks the USB interface.
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 2 |
2 files changed, 2 insertions, 2 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 { diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 9034e6e..5b5778f 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -18,7 +18,7 @@ RDEPENDS_kernel-base="" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" -PR = "r9" +PR = "r10" KERNEL_VERSION = "${PV}" EXTRAVERSION = "" |