Re: [PATCH 1/2] ARM: dts: rockchip: increase vdd_arm voltage for rk3066a-rayeager board

From: Heiko Stuebner
Date: Thu Jan 14 2016 - 07:45:21 EST


Hi Andy,

Am Donnerstag, 14. Januar 2016, 20:34:20 schrieb Andy Yan:
> The current vdd_arm voltage is too low, increase it will make
> the system more stable.
>
> Signed-off-by: Andy Yan <andy.yan@xxxxxxxxxxxxxx>
> ---
>
> arch/arm/boot/dts/rk3066a-rayeager.dts | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/rk3066a-rayeager.dts
> b/arch/arm/boot/dts/rk3066a-rayeager.dts index 0bf6876..3d4c104 100644
> --- a/arch/arm/boot/dts/rk3066a-rayeager.dts
> +++ b/arch/arm/boot/dts/rk3066a-rayeager.dts
> @@ -159,6 +159,14 @@
>
> &cpu0 {
> cpu0-supply = <&vdd_arm>;
> + operating-points = <
> + /* kHz uV */
> + 1008000 1125000
> + 816000 1125000
> + 600000 1100000
> + 504000 1100000
> + 312000 1075000
> + >;
> };
>
> &emac {

Does this only apply to the rayeager-board / px2 soc or for all rk3066a/px2
boards? I.e. the original values come from some sdk kernel and I might've
transcribed that wrong at the time and I remember having problems trying to
reach higher frequencies as well.

So could you check what the full operating points looks like for both and if
this can move to the rk3066a.dtsi, as both should be able to reach at least
1.4GHz / 1.6GHz.


Thanks
Heiko