summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2023-03-07 12:19:10 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-04-04 18:00:43 +0200
commit921785063b05b4abba7308c17cf29e278c14bd36 (patch)
tree30d8129c9253ba89ff7672b732bb0dcc5a1cc381
parentd02e981862319281ea26f86f01f4b8072acb2c82 (diff)
udev-toradex-rules: add verdin-am62 spidev symlink
Add /dev/verdin-spi-cs0 symlink on Verdin AM62. Related-to: ELB-5085 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> (cherry picked from commit f0071d8fb0b9e933d29ecb52389d373546e3dca2)
-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 d74e9bd..3b52c52 100644
--- a/recipes-core/udev/files/verdin-am62/99-toradex.rules
+++ b/recipes-core/udev/files/verdin-am62/99-toradex.rules
@@ -6,7 +6,7 @@
#ACTION=="add|change", ATTRS{iomem_base}=="0x30880000", SYMLINK+="verdin-uart2"
#ACTION=="add|change", ATTRS{iomem_base}=="0x30860000", SYMLINK+="verdin-uart3"
#ACTION=="add|change", KERNELS=="watchdog", SYMLINK+="verdin-watchdog"
-#ACTION=="add|change", SUBSYSTEM=="spidev", KERNELS=="30830000.*spi", SYMLINK+="verdin-spi-cs%n"
+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"
KERNEL=="mmcblk[0-9]p[0-9]", ENV{DEVTYPE}=="partition", KERNELS=="fa10000.mmc", SYMLINK+="emmc-part%n"