diff options
author | 2020-03-12 17:47:45 +0800 | |
---|---|---|
committer | 2020-04-14 20:52:46 +0800 | |
commit | 41235c8f1093362dc1c47487647b55d3bb035813 (patch) | |
tree | 3132b1cb10910715cad2a3dd465676d6562bd667 | |
parent | arm64: dts: imx8mm-evk: Add secondary cpus supply (diff) | |
download | wireguard-linux-41235c8f1093362dc1c47487647b55d3bb035813.tar.xz wireguard-linux-41235c8f1093362dc1c47487647b55d3bb035813.zip |
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts b/arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts index 2497eebb5739..d07e0e6a00cc 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts @@ -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>; |