Commit 6d5f3f67 authored by qianfan Zhao's avatar qianfan Zhao Committed by Jernej Skrabec

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: default avatarqianfan Zhao <qianfanguijin@163.com>
Reviewed-by: default avatarSamuel Holland <samuel@sholland.org>
Tested-by: default avatarSamuel Holland <samuel@sholland.org>
Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220517013607.2252-2-qianfanguijin@163.com
parent b8eb2df1
......@@ -113,6 +113,10 @@ &ahci {
status = "okay";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&de {
status = "okay";
};
......
......@@ -6,6 +6,10 @@
#include "sun8i-r40.dtsi"
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&i2c0 {
status = "okay";
......
......@@ -88,6 +88,10 @@ &ahci {
status = "okay";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&de {
status = "okay";
};
......
......@@ -107,6 +107,10 @@ &ahci {
status = "okay";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&de {
status = "okay";
};
......
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