Commit 310dde60 authored by Max Krummenacher's avatar Max Krummenacher Committed by Shawn Guo

arm64: dts: imx8mp-verdin: add cpu-supply

Add the cpu-supply property to all CPU nodes to enable the cpufreq
driver.
Signed-off-by: default avatarMax Krummenacher <max.krummenacher@toradex.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8130fa71
......@@ -146,6 +146,22 @@ reserved-memory {
};
};
&A53_0 {
cpu-supply = <&reg_vdd_arm>;
};
&A53_1 {
cpu-supply = <&reg_vdd_arm>;
};
&A53_2 {
cpu-supply = <&reg_vdd_arm>;
};
&A53_3 {
cpu-supply = <&reg_vdd_arm>;
};
&cpu_alert0 {
temperature = <95000>;
};
......@@ -453,7 +469,7 @@ BUCK1 {
regulator-ramp-delay = <3125>;
};
BUCK2 {
reg_vdd_arm: BUCK2 {
nxp,dvs-run-voltage = <950000>;
nxp,dvs-standby-voltage = <850000>;
regulator-always-on;
......
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