projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f3d9f3
)
arm64: dts: imx8mm-evk: Add secondary cpus supply
author
Anson Huang
<Anson.Huang@nxp.com>
Thu, 12 Mar 2020 09:47:44 +0000
(17:47 +0800)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mm-evk.dts
b/arch/arm64/boot/dts/freescale/imx8mm-evk.dts
index 951e14a3de0e5e29f9a727bfc0f1cfcad3601fda..e5ec8322796d61b29b0554529f7113409d2dc2fa 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mm-evk.dts
+++ b/
arch/arm64/boot/dts/freescale/imx8mm-evk.dts
@@
-82,6
+82,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>;