projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8668d8b
)
arm64: dts: imx8mm-beacon-som: Configure supplies on secondary cpus
author
Adam Ford
<aford173@gmail.com>
Wed, 7 Oct 2020 14:04:57 +0000
(09:04 -0500)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 30 Oct 2020 08:00:12 +0000
(16:00 +0800)
Each cpu core should have a corresponding supply, but only cpu0 does.
This patch adds a supply for each of the secondary cpus.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi
b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi
index
6de86a4
..
0b8c4e4
100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi
@@
-24,6
+24,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>;