diff options
author | Quentin Schulz <quentin.schulz@bootlin.com> | 2018-02-28 08:11:21 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-02-28 09:28:04 -0500 |
commit | 6d049db7d3dc6a59facf4bb57b8ef555b66be3b7 (patch) | |
tree | 1f59b845b09b22095611e8e105d2e1e34c7c78fb | |
parent | 2db639d8c1663d7543c9ab5323383d94c8a76c63 (diff) |
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>
-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 @@ | |||
128 | }; | 128 | }; |
129 | }; | 129 | }; |
130 | 130 | ||
131 | &cpu0 { | ||
132 | cpu-supply = <®_dcdc2>; | ||
133 | }; | ||
134 | |||
135 | &cpu100 { | ||
136 | cpu-supply = <®_dcdc3>; | ||
137 | }; | ||
138 | |||
131 | &de { | 139 | &de { |
132 | status = "okay"; | 140 | status = "okay"; |
133 | }; | 141 | }; |