From 0db7144732b7f0a1766f5230403a61ea5b28f241 Mon Sep 17 00:00:00 2001 From: Siddharth Gupta Date: Mon, 9 Nov 2020 20:56:48 -0800 Subject: [PATCH] sdm660-common: rootdir: ueventd: Add permissions for remoteproc nodes Add permissions for peripheral manager to be able to access remoteproc nodes in order to boot modem. Change-Id: I04ab76ef8e17c4b68c2662de57e26499201b8b3d Signed-off-by: clarencelol Signed-off-by: pix106 --- rootdir/etc/ueventd.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 98e47115..d150f5a3 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -353,6 +353,9 @@ subsystem dma_heap # SSR devices /dev/subsys_* 0640 system system +# remoteproc devices +/dev/remoteproc* 0640 system system + # Ultrasound device /dev/usf1 0660 system system