Re: [PATCH v3 01/11] ARM: sun8i: a33: add operating-points-v2 property to all nodes
From: Chen-Yu Tsai
Date: Tue Mar 21 2017 - 23:37:25 EST
On Tue, Mar 21, 2017 at 11:36 PM, Quentin Schulz
<quentin.schulz@xxxxxxxxxxxxxxxxxx> wrote:
> The OPP are declared as shared but no operating points are declared for
> cpu1, 2 and 3. Thus, the following error happens during the boot:
>
> cpu cpu1: dev_pm_opp_of_get_sharing_cpus: Couldn't find tcpu_dev node.
>
> This patch applies the operating points to each cpu of the A33.
>
This should have
Fixes: 03749eb88e63 ("ARM: dts: sun8i: add opp-v2 table for A33")
and be merged as fixes for 4.11.
> Signed-off-by: Quentin Schulz <quentin.schulz@xxxxxxxxxxxxxxxxxx>
Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>