From: Daniel Schultz <hidden> Date: 2018-02-13 09:44:49
Rockchip recommends to run the CPU cores only with operations points of
1.6 GHz or lower.
Removed the cpu0 node with too high operation points and use the default
values instead.
Signed-off-by: Daniel Schultz <redacted>
---
arch/arm/boot/dts/rk3288-phycore-som.dtsi | 20 --------------------
1 file changed, 20 deletions(-)
From: Daniel Schultz <hidden> Date: 2018-02-13 09:44:53
From: Wadim Egorov <redacted>
The phyCORE-RK3288 RDK could enable SD3.0 card but need vdd_io_sd to
support the voltage range from 1.8V to 3.3V.
And we have also to add relevant UHS modes to the sdmmc node.
Let's also turn off the vdd_io_sd regulator in suspend state.
Signed-off-by: Wadim Egorov <redacted>
Signed-off-by: Daniel Schultz <redacted>
---
arch/arm/boot/dts/rk3288-phycore-rdk.dts | 4 ++++
arch/arm/boot/dts/rk3288-phycore-som.dtsi | 5 ++---
2 files changed, 6 insertions(+), 3 deletions(-)
From: Daniel Schultz <hidden> Date: 2018-02-13 09:44:55
From: Wadim Egorov <redacted>
The card is powered by the RK818 switch vdd_sd which is supplied
by VCC9 (VDD_3V3_IO).
Signed-off-by: Wadim Egorov <redacted>
Signed-off-by: Daniel Schultz <redacted>
---
arch/arm/boot/dts/rk3288-phycore-rdk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Am Dienstag, 13. Februar 2018, 10:44:32 CET schrieb Daniel Schultz:
Rockchip recommends to run the CPU cores only with operations points of
1.6 GHz or lower.
Removed the cpu0 node with too high operation points and use the default
values instead.
Signed-off-by: Daniel Schultz <redacted>
From: Daniel Schultz <hidden> Date: 2018-02-14 15:31:14
On 02/14/2018 09:07 AM, Heiko St?bner wrote:
Am Dienstag, 13. Februar 2018, 10:44:32 CET schrieb Daniel Schultz:
quoted
Rockchip recommends to run the CPU cores only with operations points of
1.6 GHz or lower.
Removed the cpu0 node with too high operation points and use the default
values instead.
Signed-off-by: Daniel Schultz <redacted>
applied all 3 for 4.17
Thanks! I think I should have mentioned this earlier, but can you please add
??? ARM: dts: rockchip: phycore: Remove 1.8 GHz operation point
to the stable tree v4.14?
--
Mit freundlichen Gr??en,
With best regards,
Daniel Schultz
Hi Daniel,
Am Mittwoch, 14. Februar 2018, 16:32:44 CET schrieb Daniel Schultz:
On 02/14/2018 09:07 AM, Heiko St?bner wrote:
quoted
Am Dienstag, 13. Februar 2018, 10:44:32 CET schrieb Daniel Schultz:
quoted
Rockchip recommends to run the CPU cores only with operations points of
1.6 GHz or lower.
Removed the cpu0 node with too high operation points and use the default
values instead.
Signed-off-by: Daniel Schultz <redacted>
applied all 3 for 4.17
Thanks! I think I should have mentioned this earlier, but can you please add
ARM: dts: rockchip: phycore: Remove 1.8 GHz operation point
to the stable tree v4.14?
I've moved that patch to the fixes branch and added the necessary
Fixes and cc-stable tags, so it should eventually reach stable kernels
as well.
Heiko