Commit 41235c8f authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

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: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f3fe9601
......@@ -17,6 +17,18 @@ &A53_0 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment