summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-04-05 15:01:46 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-06-28 11:14:21 +0200
commit112eb65d639ed89c6720ca085522c9abb5d7de77 (patch)
tree4634ac93ed1cd21f234c7c0c7c6528e45429b77c /recipes-core
parentd34345da77bc1b2812bcfd0ac2385ffba0a4d3ba (diff)
udev-toradex-rules: verdin-am62: add watchdog symlink
Add som family symlinks for the first SoC watchdog device exposed as /dev/watchdog. root@verdin-am62-14917625:~# ls -l /dev/verdin-watchdog* lrwxrwxrwx 1 root root 8 Apr 5 12:49 /dev/verdin-watchdog -> watchdog lrwxrwxrwx 1 root root 8 Apr 5 12:49 /dev/verdin-watchdog-soc -> watchdog Related-to: ELB-5087 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit a31e6fc22579cdbfa1ff4ed4ec124cae7802fe03)
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/files/verdin-am62/99-toradex.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/udev/files/verdin-am62/99-toradex.rules b/recipes-core/udev/files/verdin-am62/99-toradex.rules
index 9ecabad..c53d589 100644
--- a/recipes-core/udev/files/verdin-am62/99-toradex.rules
+++ b/recipes-core/udev/files/verdin-am62/99-toradex.rules
@@ -7,7 +7,7 @@ ACTION=="add|change", KERNEL=="ttyS[0-9]*", KERNELS=="2810000.serial", SYMLINK+=
#ACTION=="add|change", KERNEL=="ttyS[0-9]*", KERNELS=="2b300000.serial", SYMLINK+="verdin-uart2"
ACTION=="add|change", KERNEL=="ttyS[0-9]*", KERNELS=="2800000.serial", SYMLINK+="verdin-uart3"
ACTION=="add|change", KERNEL=="ttyS[0-9]*", KERNELS=="4a00000.serial", SYMLINK+="verdin-uart4"
-#ACTION=="add|change", KERNELS=="watchdog", SYMLINK+="verdin-watchdog"
+ACTION=="add|change", KERNELS=="watchdog", SYMLINK+="verdin-watchdog", SYMLINK+="verdin-watchdog-soc"
ACTION=="add|change", SUBSYSTEM=="spidev", KERNELS=="20110000.*spi", SYMLINK+="verdin-spi-cs%n"
KERNEL=="mmcblk[0-9]", ENV{DEVTYPE}=="disk", KERNELS=="fa10000.mmc", SYMLINK+="emmc"
KERNEL=="mmcblk[0-9]boot[0-9]", ENV{DEVTYPE}=="disk", KERNELS=="fa10000.mmc", SYMLINK+="emmc-boot%n"