Commit 2d7401f8 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx7d: Add cpu1 supply

Each cpu-core is supposed to list its supply separately, add
supply for cpu1.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f2e3d666
......@@ -37,6 +37,10 @@ &cpu0 {
cpu-supply = <&sw1a_reg>;
};
&cpu1 {
cpu-supply = <&sw1a_reg>;
};
&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet1>;
......
......@@ -13,6 +13,10 @@ memory@80000000 {
};
};
&cpu1 {
cpu-supply = <&reg_DCDC2>;
};
&gpmi {
status = "okay";
};
......
......@@ -121,6 +121,10 @@ &cpu0 {
cpu-supply = <&sw1a_reg>;
};
&cpu1 {
cpu-supply = <&sw1a_reg>;
};
&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet1>;
......
......@@ -162,6 +162,10 @@ &cpu0 {
cpu-supply = <&sw1a_reg>;
};
&cpu1 {
cpu-supply = <&sw1a_reg>;
};
&ecspi3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi3>;
......
......@@ -9,3 +9,7 @@
#include "imx7d.dtsi"
#include "imx7-tqma7.dtsi"
&cpu1 {
cpu-supply = <&sw1a_reg>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment