arm64: dts: imx8mn-ddr4-evk: Add secondary cpus supply
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 12 Mar 2020 09:47:45 +0000 (17:47 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 14 Apr 2020 12:52:46 +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/imx8mn-ddr4-evk.dts

index 2497eeb..d07e0e6 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>;