Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 11192acc authored by Suman Anna's avatar Suman Anna
Browse files

remoteproc/pru: Cleanup of_device_is_compatible() usage


The PRU remoteproc driver uses the of_device_is_compatible() function
during probe to dynamically assign some flags and properties for each
PRU core. This usage is not recommended and makes the code a bit
cumbersome. Cleanup most of this usage by using device compatible
match data. The check for K2G to conditionally avoid the mailbox
usage is the only check left-out.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent 87728f35
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment