[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1800759.4Nsb10uDMe@phil>
Date: Thu, 13 Jul 2017 01:56:45 +0200
From: Heiko Stuebner <heiko@...ech.de>
To: Frank Wang <frank.wang@...k-chips.com>
Cc: robh+dt@...nel.org, mark.rutland@....com, linux@...linux.org.uk,
linux-rockchip@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
huangtao@...k-chips.com, kever.yang@...k-chips.com,
david.wu@...k-chips.com, finley.xiao@...k-chips.com,
zhangqing@...k-chips.com, wmc@...k-chips.com
Subject: Re: [PATCH v2 2/6] ARM: dts: rockchip: add cpu-supply property for cpu node of rk3229-evb
Am Mittwoch, 5. Juli 2017, 16:30:17 CEST schrieb Frank Wang:
> From: Finley Xiao <finley.xiao@...k-chips.com>
>
> This patch adds the cpu-supply property so that cpu can do dvfs
> on rk3229-evb board.
>
> Signed-off-by: Finley Xiao <finley.xiao@...k-chips.com>
> ---
> arch/arm/boot/dts/rk3229-evb.dts | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/rk3229-evb.dts b/arch/arm/boot/dts/rk3229-evb.dts
> index 394be63..17385d8 100644
> --- a/arch/arm/boot/dts/rk3229-evb.dts
> +++ b/arch/arm/boot/dts/rk3229-evb.dts
> @@ -141,6 +141,10 @@
> };
> };
>
> +&cpu0 {
> + cpu-supply = <&vdd_arm>;
> +};
> +
applied for 4.14 after adding the same for cpu1-cpu3 .
The supply is a property of the cpu-core, so each should have the reference
even though the Linux cpufreq driver taking the regulator from cpu0.
Heiko
Powered by blists - more mailing lists