From bc7db85d8c17bf787a02a755452e1df61bfa1b6e Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 14 Dec 2021 12:39:30 -0600 Subject: Disable EHCI (High Speed USB) by default for MTCDT --- recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; +}; -- cgit v1.2.3