diff options
author | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2022-01-11 17:08:08 +0200 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2022-01-11 17:13:59 +0200 |
commit | ead9856ec5484019e32140ef08a44563374df9f8 (patch) | |
tree | 9231fd015809bf533abe3a5155107d075a5e9425 | |
parent | 6be916eafa196449060cf6ca3bd17c553d74e941 (diff) | |
download | meta-multitech-atmel-ead9856ec5484019e32140ef08a44563374df9f8.tar.gz meta-multitech-atmel-ead9856ec5484019e32140ef08a44563374df9f8.tar.bz2 meta-multitech-atmel-ead9856ec5484019e32140ef08a44563374df9f8.zip |
Disable EHCI (High Speed USB) by default for MTCDT Set EHCI (High Speed USB) by default for MTCDT annihilate each other. So there is no changes in 5.4 device tree
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts | 1 |
1 files changed, 1 insertions, 0 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..79e8fef 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 @@ -8,6 +8,7 @@ #include <dt-bindings/gpio/mt-at91.h> + / { model = "Multi-Tech Systems MTCDT"; compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; |