diff options
author | Quentin Schulz <quentin.schulz@bootlin.com> | 2018-02-28 14:11:21 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-02-28 15:28:04 +0100 |
commit | 6d049db7d3dc6a59facf4bb57b8ef555b66be3b7 (patch) | |
tree | 1f59b845b09b22095611e8e105d2e1e34c7c78fb /arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | |
parent | ARM: dts: sun8i: a83t: add stable OPP tables and CPUfreq (diff) | |
download | linux-6d049db7d3dc6a59facf4bb57b8ef555b66be3b7.tar.xz linux-6d049db7d3dc6a59facf4bb57b8ef555b66be3b7.zip |
ARM: dts: sun8i: a711: set regulator for each cluster of CPUs
The Allwinner A83T is a SoC with two clusters of 4 A7 which have a
different clock and regulator.
Set the CPU regulator.
Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts index 1de362f615cb..1537ce148cc1 100644 --- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts +++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts @@ -128,6 +128,14 @@ }; }; +&cpu0 { + cpu-supply = <®_dcdc2>; +}; + +&cpu100 { + cpu-supply = <®_dcdc3>; +}; + &de { status = "okay"; }; |