arm64: dts: imx8mp-venice-gw74xx: add cpu-supply node for cpufreq
authorTim Harvey <tharvey@gateworks.com>
Mon, 12 Sep 2022 18:08:35 +0000 (11:08 -0700)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:34:54 +0000 (16:34 +0800)
Add regulator config for cpu-supply in order to support cpufreq.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

index d3f7cc66bab80d42b71e2bc3399f2cefa3c4c264..dcb7b01fc9fa978014329d6e24b84ceef373e4c6 100644 (file)
        };
 };
 
+&A53_0 {
+       cpu-supply = <&reg_arm>;
+};
+
+&A53_1 {
+       cpu-supply = <&reg_arm>;
+};
+
+&A53_2 {
+       cpu-supply = <&reg_arm>;
+};
+
+&A53_3 {
+       cpu-supply = <&reg_arm>;
+};
+
 /* off-board header */
 &ecspi2 {
        pinctrl-names = "default";
                                regulator-ramp-delay = <3125>;
                        };
 
-                       BUCK2 {
+                       reg_arm: BUCK2 {
                                regulator-name = "BUCK2";
                                regulator-min-microvolt = <720000>;
                                regulator-max-microvolt = <1025000>;