Skip to content
Snippets Groups Projects
Commit cd041c80 authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tom Rini
Browse files

power: domain: ti_sci_power_domains: Add support for exclusive and shared access


TISCI protocol supports for enabling the device either with exclusive
permissions for the requesting host or with sharing across the hosts.
There are certain devices which are exclusive to Linux context and
there are certain devices that are shared across different host contexts.
So add support for getting this information from DT by increasing
the power-domain cells to 2.

For keeping the DT backward compatibility intact, defaulting the
device permissions to set the exclusive flag set. In this case the
power-domain-cells is 1.

Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent c163af6c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment