Skip to content

Commit

Permalink
arm64: dts: imx8mn-evk: Add cpu-supply to enable cpufreq
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
Anson-Huang authored and Shawn Guo committed Oct 30, 2020
1 parent 7e2ac9d commit 7ecab1f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions arch/arm64/boot/dts/freescale/imx8mn-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
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";
Expand Down Expand Up @@ -109,19 +125,3 @@
};
};
};

&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;
};

0 comments on commit 7ecab1f

Please sign in to comment.