From 921785063b05b4abba7308c17cf29e278c14bd36 Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Tue, 7 Mar 2023 12:19:10 +0100 Subject: 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 (cherry picked from commit f0071d8fb0b9e933d29ecb52389d373546e3dca2) --- recipes-core/udev/files/verdin-am62/99-toradex.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') 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" -- cgit v1.2.3