diff options
| author | 2020-10-07 09:04:57 -0500 | |
|---|---|---|
| committer | 2020-10-30 16:00:12 +0800 | |
| commit | 56c6b4ddfd503ff4de31462c92a187ee440b796e (patch) | |
| tree | 87e160ec0cd0f8c4a3ac02dacc3bcdf8d50ccef9 | |
| parent | arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards (diff) | |
arm64: dts: imx8mm-beacon-som: Configure supplies on secondary cpus
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>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi index 6de86a4f0ec4..0b8c4e4ad45b 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 @@ 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>; |
