ARM: dts: sun8i-r40: Add "cpu-supply" node for sun8i-r40 based board

The CPU of sun8i-r40 is powered by PMIC, let's add "cpu-supply" node.

Signed-off-by: qianfan Zhao <qianfanguijin@163.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
Tested-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220517013607.2252-2-qianfanguijin@163.com
This commit is contained in:
qianfan Zhao 2022-05-17 09:36:05 +08:00 committed by Jernej Skrabec
parent b8eb2df19f
commit 6d5f3f6758
4 changed files with 16 additions and 0 deletions

View File

@ -113,6 +113,10 @@ &ahci {
status = "okay";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&de {
status = "okay";
};

View File

@ -6,6 +6,10 @@
#include "sun8i-r40.dtsi"
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&i2c0 {
status = "okay";

View File

@ -88,6 +88,10 @@ &ahci {
status = "okay";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&de {
status = "okay";
};

View File

@ -107,6 +107,10 @@ &ahci {
status = "okay";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&de {
status = "okay";
};