ARM: dts: imx7d: Add cpu1 supply
Each cpu-core is supposed to list its supply separately, add supply for cpu1. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
cpu-supply = <&sw1a_reg>;
|
||||
};
|
||||
|
||||
&cpu1 {
|
||||
cpu-supply = <&sw1a_reg>;
|
||||
};
|
||||
|
||||
&fec1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_enet1>;
|
||||
|
@@ -13,6 +13,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&cpu1 {
|
||||
cpu-supply = <®_DCDC2>;
|
||||
};
|
||||
|
||||
&gpmi {
|
||||
status = "okay";
|
||||
};
|
||||
|
@@ -121,6 +121,10 @@
|
||||
cpu-supply = <&sw1a_reg>;
|
||||
};
|
||||
|
||||
&cpu1 {
|
||||
cpu-supply = <&sw1a_reg>;
|
||||
};
|
||||
|
||||
&fec1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_enet1>;
|
||||
|
@@ -162,6 +162,10 @@
|
||||
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>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user