arm64: dts: imx8mn-evk: Add cpu-supply to enable cpufreq
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 28 Sep 2020 02:21:43 +0000 (10:21 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 30 Oct 2020 00:29:05 +0000 (08:29 +0800)
PMIC driver is ready on i.MX8MN EVK board, assign cpu-supply for
each A53 and restore the operating points table to enable cpufreq.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-evk.dts

index 707d848..9e5c0af 100644 (file)
        compatible = "fsl,imx8mn-evk", "fsl,imx8mn";
 };
 
+&A53_0 {
+       cpu-supply = <&buck2>;
+};
+
+&A53_1 {
+       cpu-supply = <&buck2>;
+};
+
+&A53_2 {
+       cpu-supply = <&buck2>;
+};
+
+&A53_3 {
+       cpu-supply = <&buck2>;
+};
+
 &i2c1 {
        pmic: pmic@25 {
                compatible = "nxp,pca9450b";
                };
        };
 };
-
-&A53_0 {
-       /delete-property/operating-points-v2;
-};
-
-&A53_1 {
-       /delete-property/operating-points-v2;
-};
-
-&A53_2 {
-       /delete-property/operating-points-v2;
-};
-
-&A53_3 {
-       /delete-property/operating-points-v2;
-};