summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-12-15 07:15:30 -0600
committerJohn Klug <john.klug@multitech.com>2021-12-15 07:15:30 -0600
commit94426e20b18bc1e9f1661223aa6bcf5c916263fa (patch)
treeb6953d58d619a52500830015ecdd532a77d23073
parenta3165f5520be26c404723f3aea93e755723e3408 (diff)
downloadmt-dt-overlay-94426e20b18bc1e9f1661223aa6bcf5c916263fa.tar.gz
mt-dt-overlay-94426e20b18bc1e9f1661223aa6bcf5c916263fa.tar.bz2
mt-dt-overlay-94426e20b18bc1e9f1661223aa6bcf5c916263fa.zip
Set EHCI (High Speed USB) by default for MTCDT
-rw-r--r--mtcdt/ehci.dtso26
1 files changed, 0 insertions, 26 deletions
diff --git a/mtcdt/ehci.dtso b/mtcdt/ehci.dtso
deleted file mode 100644
index 1062cc4..0000000
--- a/mtcdt/ehci.dtso
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * DTS file for Multi-Tech Systems MTCAP 0.3 Hardware
- *
- * Copyright (C) 2019 by Multi-Tech Systems,
- *
- * Licensed under GPLv2 or later.
- */
-
-/*
- * Location(s):
- * Put: MTCDT/0.0/ehci.dtbo
- * Link: MTCDTIP/0.0/ehci.dtbo
- */
-
-/dts-v1/;
-
-/ {
- model = "Multi-Tech Systems MTCDT-0.0";
- compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
- fragment@1 { // usb1
- target-path = "/ahb/ehci@00700000";
- __overlay__ {
- status = "okay";
- };
- }; /* fragment@1 */
-};