diff options
author | John Klug <john.klug@multitech.com> | 2021-12-14 12:39:30 -0600 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2022-01-11 17:00:24 +0200 |
commit | a243b6cc46b483785c3c32a31cc24df729b6c46c (patch) | |
tree | ddae96ada392ff1cd932748e7b7160e2ebd43f1a | |
parent | f2c8288cf7a4e1f35b2b69c013c569bacb1098f5 (diff) | |
download | meta-multitech-atmel-a243b6cc46b483785c3c32a31cc24df729b6c46c.tar.gz meta-multitech-atmel-a243b6cc46b483785c3c32a31cc24df729b6c46c.tar.bz2 meta-multitech-atmel-a243b6cc46b483785c3c32a31cc24df729b6c46c.zip |
Disable EHCI (High Speed USB) by default for MTCDT
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts b/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts index ba57758..0d86d4f 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts +++ b/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts @@ -442,4 +442,7 @@ cd-gpios = <&pioA 1 GPIO_ACTIVE_HIGH>; }; }; - +// Disable EHCI, High Speed USB by default +&usb1 { + status = "disabled"; +}; |