summaryrefslogtreecommitdiff
path: root/recipes-core/udev/files/verdin-imx8mp
AgeCommit message (Collapse)Author
2021-08-12udev: 99-toradex.rules: improve sd-card rulesPhilippe Schenker
ENV{DEVTYPE} has been found to not be present on apalis-imx6 sometimes. Since we see also some troubles on our lava setup this property is being removed from this rule as anyway disk and partition is already catched with the "p" in the KERNEL rule Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-05-20recipes-core: udev: change sd-card symlinks to style of emmc rulesPhilippe Schenker
This commit does three things: - Use "-part<number>" instead of "-p" as it is with /dev/emmc symlinks - Use ENV{DEVTYPE} as it is used with /dev/emmc symlinks to for sure be able to distinguish partitions vs. disks - Use %n in stead of $attr{partition} as it is already used for emmc symlink rules Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-05-17recipes-core: udev: add hardware stable symlinks for sd-cardPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-03-30verdin-imx8mp: udev: add symlink rules for native hdmi i2cMax Krummenacher
Related-to: ELB-3895 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-12-15udev: verdin: fix (ec)spi ruleMax Krummenacher
With the kernel update to 5.4 downstream the kernel name for spi changed from ecspi to spi. Fix the udev rules to match both variants. Related-to: ELB-3397 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-11-26verdin-imx8mp: udev: add symlink rulesMax Krummenacher
Create stable symlinks mapping Verdin family function names to the kernel device files. Related-to: ELB-3293 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>