diff mbox series

arm64: dts: imx8mm-beacon-som: Configure supplies on secondary cpus

Message ID 20201007140457.233697-1-aford173@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8mm-beacon-som: Configure supplies on secondary cpus | expand

Commit Message

Adam Ford Oct. 7, 2020, 2:04 p.m. UTC
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>

Comments

Shawn Guo Oct. 30, 2020, 8 a.m. UTC | #1
On Wed, Oct 07, 2020 at 09:04:57AM -0500, Adam Ford wrote:
> 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>

Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi
index b88c3c99b007..397cf8b2f29b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi
@@ -24,6 +24,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>;