Commit 90f6e8f4 authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Maxime Ripard

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: default avatarIcenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 7d1be43f
......@@ -214,6 +214,10 @@ &reg_rtc_ldo {
regulator-name = "vcc-rtc";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&r_uart {
pinctrl-names = "default";
pinctrl-0 = <&r_uart_pins_a>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment