arm64: dts: imx8mn-ddr4-evk: Add secondary cpus supply

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>
This commit is contained in:
Anson Huang 2020-03-12 17:47:45 +08:00 committed by Shawn Guo
parent f3fe96017f
commit 41235c8f10
1 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,18 @@
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>;