summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-11-10 05:47:43 -0600
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2021-11-17 16:01:43 +0200
commit473d2079064cdd361a7510b0f0d19bbb9ab17a5a (patch)
tree138e22bbbc1cc067ffe341066ac9545c3781c35e
parent2a2c1bfc8961f2e18c3e6bea931ee3ca18017744 (diff)
downloadmeta-mlinux-atmel-473d2079064cdd361a7510b0f0d19bbb9ab17a5a.tar.gz
meta-mlinux-atmel-473d2079064cdd361a7510b0f0d19bbb9ab17a5a.tar.bz2
meta-mlinux-atmel-473d2079064cdd361a7510b0f0d19bbb9ab17a5a.zip
gps0 on MTCDT-0.2 will be USB 1546:01a8
-rw-r--r--recipes-core/udev/eudev/mtcdt/mtcdt-atmel-serial.rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/udev/eudev/mtcdt/mtcdt-atmel-serial.rules b/recipes-core/udev/eudev/mtcdt/mtcdt-atmel-serial.rules
index 741e533..24d2148 100644
--- a/recipes-core/udev/eudev/mtcdt/mtcdt-atmel-serial.rules
+++ b/recipes-core/udev/eudev/mtcdt/mtcdt-atmel-serial.rules
@@ -5,7 +5,9 @@ ACTION=="remove", GOTO="mlinux_end"
SUBSYSTEM!="tty", GOTO="mlinux_end"
# Accessory Ports
-ATTRS{iomem_base}=="0xF8040000", SYMLINK+="gps0"
+#
+# gps0 on MTCDT-0.2 will be USB 1546:01a8
+# ATTRS{iomem_base}=="0xF8040000", SYMLINK+="gps0"
ATTRS{iomem_base}=="0xF8020000", SYMLINK+="ttyAP1"
ATTRS{iomem_base}=="0xF8028000", SYMLINK+="ttyAP2"