Re: [PATCH v2 3/3] firmware: scpi: add device power domain support using genpd

From: Jon Medhurst (Tixy)
Date: Thu Jun 16 2016 - 13:48:04 EST


On Thu, 2016-06-16 at 11:38 +0100, Sudeep Holla wrote:
[...]
> +enum scpi_power_domain_state {
> + SCPI_PD_STATE_ON = 0,
> + SCPI_PD_STATE_OFF = 3,
> +};

The SCPI doc defines the meaning of these numbers (0 and 3) in the 'Juno
specifics' chapter. So does these values need to come from device-tree
to allow for other hardware or SCP implementations?

--
Tixy