arm64: dts: imx8mp-verdin: add cpu-supply
authorMax Krummenacher <max.krummenacher@toradex.com>
Mon, 22 Aug 2022 07:53:42 +0000 (09:53 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:34:21 +0000 (16:34 +0800)
Add the cpu-supply property to all CPU nodes to enable the cpufreq
driver.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index f062fdb..dbc22b6 100644 (file)
        };
 };
 
+&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>;
 };
                                regulator-ramp-delay = <3125>;
                        };
 
-                       BUCK2 {
+                       reg_vdd_arm: BUCK2 {
                                nxp,dvs-run-voltage = <950000>;
                                nxp,dvs-standby-voltage = <850000>;
                                regulator-always-on;