Skip to content

Commit 90f6e8f

Browse files
Icenowymripard
authored andcommitted
ARM: dts: sun8i: set cpu-supply in reference tablet DTSI
All reference design A33 tablets uses DCDC2 of AXP223 as the power supply of the Cortex-A7 cores. Set the cpu-supply in the DTSI of sun8i reference tablets. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent 7d1be43 commit 90f6e8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@
214214
regulator-name = "vcc-rtc";
215215
};
216216

217+
&cpu0 {
218+
cpu-supply = <&reg_dcdc2>;
219+
};
220+
217221
&r_uart {
218222
pinctrl-names = "default";
219223
pinctrl-0 = <&r_uart_pins_a>;

0 commit comments

Comments
 (0)