ARM: dts: sun8i: set cpu-supply in reference tablet DTSI
authorIcenowy Zheng <icenowy@aosc.xyz>
Tue, 13 Dec 2016 15:22:51 +0000 (23:22 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 10 Jan 2017 17:52:43 +0000 (18:52 +0100)
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>
arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi

index 1493516..c821c30 100644 (file)
        regulator-name = "vcc-rtc";
 };
 
+&cpu0 {
+       cpu-supply = <&reg_dcdc2>;
+};
+
 &r_uart {
        pinctrl-names = "default";
        pinctrl-0 = <&r_uart_pins_a>;