summaryrefslogtreecommitdiff
path: root/recipes-core/udev/files/verdin-imx8mp/99-toradex.rules
AgeCommit message (Collapse)Author
2024-04-08verdin-imx8mp: udev: Add Verdin I2C_3_HDMI symlink rule to upstream kernelVitor Soares
Add Verdin I2C_3_HDMI symlink rule to match upstream kernel naming. Related-to: ELB-5638 Signed-off-by: Vitor Soares <vitor.soares@toradex.com> (cherry picked from commit 6bbb87e84c22559e56f8c2289f71352a2a5659d8)
2023-02-27udev-toradex-rules: Add additional watchdog symlinkFrancesco Dolcini
${family}-watchdog-som -> SoM watchdog, e.g. pmic ${family}-watchdog-soc -> SoC watchdog Related-to: ELB-5039 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> (cherry picked from commit 9f9fa5d6c8ed679f75566476099ac76baac54602)
2022-08-10udev-toradex-rules: Fix symlink creationsFrancesco Dolcini
Depending on the kernel driver probe time in some circumstances the udev event is not add, but change, add both to the rules. Without this change the uart symlinks are not created if the imx-sdma driver is loaded after udev is started. Related-to: ELB-4655 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2021-08-14udev: 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> (cherry picked from commit d9b673df1b21c14dfb9db76a037698a0065a8ee7)
2021-05-24recipes-core: udev: add hardware stable symlinks for sd-cardPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit f5af6cd7e39e0eee75cca7f89ac81b5601267794) recipes-core: udev: change sd-card symlinks to style of emmc rules 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> (cherry picked from commit f8d013071a68cb90bbff8e00bdb328e472354ab8)
2021-05-24verdin-imx8mp: udev: add symlink rules for native hdmi i2cMax Krummenacher
Related-to: ELB-3895 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 5255163c0445a40802545f8337b2ac147a261092)
2021-03-23udev: 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> (cherry picked from commit cd3b2d8984ac24667a2b9abfdaefa72c582d115b)
2020-12-08verdin-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> (cherry picked from commit deabb60123ce2454694d643bdfb2ee7501888f7f)