arm64: dts: imx8mm-evk: Add secondary cpus supply
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 12 Mar 2020 09:47:44 +0000 (17:47 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 14 Apr 2020 12:52:27 +0000 (20:52 +0800)
Each cpu-core is supposed to list its supply separately, add
supply for secondary cpus.

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

index 951e14a3de0e5e29f9a727bfc0f1cfcad3601fda..e5ec8322796d61b29b0554529f7113409d2dc2fa 100644 (file)
        cpu-supply = <&buck2_reg>;
 };
 
+&A53_1 {
+       cpu-supply = <&buck2_reg>;
+};
+
+&A53_2 {
+       cpu-supply = <&buck2_reg>;
+};
+
+&A53_3 {
+       cpu-supply = <&buck2_reg>;
+};
+
 &ddrc {
        operating-points-v2 = <&ddrc_opp_table>;