summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-12-14 12:39:30 -0600
committerSerhii Voloshynov <serhii.voloshynov@globallogic.com>2022-01-11 17:00:24 +0200
commita243b6cc46b483785c3c32a31cc24df729b6c46c (patch)
treeddae96ada392ff1cd932748e7b7160e2ebd43f1a /recipes-kernel/linux
parentf2c8288cf7a4e1f35b2b69c013c569bacb1098f5 (diff)
downloadmeta-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
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts5
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";
+};