mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
udev-rules-imx: Set group to video on i.MX93/95 devices
imx-pxp-g2d needs root access to
* /dev/pxp_device
* /dev/mali*
* /dev/dma_heap/linux,cma*
These are necessary for weston to start as non-root user.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
(cherry picked from commit cab7e1a11b
)
This commit is contained in:
parent
928af458c1
commit
ec0929bb83
|
@ -21,3 +21,6 @@ SUBSYSTEM=="video", MODE="0660"
|
|||
KERNEL=="fb[0-9]", MODE="0660", GROUP="video"
|
||||
KERNEL=="gsl_kmod", MODE="0660", GROUP="video"
|
||||
KERNEL=="galcore", MODE="0660", GROUP="video"
|
||||
KERNEL=="linux,cma*", NAME="dma_heap", MODE="0664", GROUP="video"
|
||||
KERNEL=="mali[0-9]", MODE="0664", GROUP="video"
|
||||
KERNEL=="pxp_device", MODE="0664", GROUP="video"
|
||||
|
|
Loading…
Reference in New Issue
Block a user