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>
This commit is contained in:
Quentin Schulz 2018-02-28 14:11:21 +01:00 committed by Maxime Ripard
parent 2db639d8c1
commit 6d049db7d3
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 8 additions and 0 deletions

View File

@ -128,6 +128,14 @@
};
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&cpu100 {
cpu-supply = <&reg_dcdc3>;
};
&de {
status = "okay";
};