diff options
author | John Klug <john.klug@multitech.com> | 2021-12-15 07:13:28 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-12-15 07:13:28 -0600 |
commit | ff7ed7ccd90e2b46adf696d116afde90c492fe9c (patch) | |
tree | 9ccf2c6d6ff7ebcdd12a0ede7d0ac885e38b3f3a | |
parent | 0eb11df828721c882843057e29d644039bffaa89 (diff) | |
download | meta-multitech-atmel-ff7ed7ccd90e2b46adf696d116afde90c492fe9c.tar.gz meta-multitech-atmel-ff7ed7ccd90e2b46adf696d116afde90c492fe9c.tar.bz2 meta-multitech-atmel-ff7ed7ccd90e2b46adf696d116afde90c492fe9c.zip |
Set 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, 1 insertions, 4 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 0d86d4f..ba57758 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,7 +442,4 @@ cd-gpios = <&pioA 1 GPIO_ACTIVE_HIGH>; }; }; -// Disable EHCI, High Speed USB by default -&usb1 { - status = "disabled"; -}; + |