From f83e42462cba0b445662140cf6a9ae7b99de225b Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Thu, 6 Aug 2020 11:58:51 +0300 Subject: colibri-imx6: udev: add symlink to adc raw data Create symlinks for each supported by Colibri iMX6 ADC channels, standardizing names as colibri-ainX, according to the Colibri signal names table. Related-to: ELB-2839 Signed-off-by: Oleksandr Suvorov (cherry picked from commit eaf8ba320beef0b0ad59e7911b4684c793b0a4f3) --- recipes-core/udev/files/colibri-imx6/99-toradex.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/udev/files/colibri-imx6/99-toradex.rules') diff --git a/recipes-core/udev/files/colibri-imx6/99-toradex.rules b/recipes-core/udev/files/colibri-imx6/99-toradex.rules index d27f029..59cf815 100644 --- a/recipes-core/udev/files/colibri-imx6/99-toradex.rules +++ b/recipes-core/udev/files/colibri-imx6/99-toradex.rules @@ -10,3 +10,4 @@ ACTION=="add", SUBSYSTEM=="spidev", KERNELS=="2014000.*spi", SYMLINK+="colibri-s KERNEL=="mmcblk[0-9]", ENV{DEVTYPE}=="disk", KERNELS=="2198000.usdhc", SYMLINK+="emmc" KERNEL=="mmcblk[0-9]boot[0-9]", ENV{DEVTYPE}=="disk", KERNELS=="2198000.usdhc", SYMLINK+="emmc-boot%n" KERNEL=="mmcblk[0-9]p[0-9]", ENV{DEVTYPE}=="partition", KERNELS=="2198000.usdhc", SYMLINK+="emmc-part%n" +SUBSYSTEM=="iio", KERNELS=="iio:device0", RUN+="/etc/udev/scripts/toradex-adc.sh" -- cgit v1.2.3