[PATCH 0/3] Simple DVFS support for Allwinner A64 SoC

From: Icenowy Zheng
Date: Fri Sep 22 2017 - 20:15:51 EST


This patchset imports simple DVFS support for Allwinner A64 SoC.

As the thermal sensor driver is not yet implemented and some boards
have still no AXP PMIC support, now only two OPPs are present --
648MHz@xxxxx and 816MHz@xxxx to prevent overheat or undervoltage.

PATCH 1 is a fix to the CCU driver of A64, and the remaining patches
set up the device tree bits of the DVFS on Pine64.

Icenowy Zheng (3):
clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock
arm64: allwinner: a64: add CPU opp table
arm64: allwinner: a64: set CPU regulator for Pine64

.../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 4 ++++
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 24 +++++++++++++++++++
drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 28 +++++++++++++++++++++-
3 files changed, 55 insertions(+), 1 deletion(-)

--
2.13.5