mirror of https://gitee.com/openkylin/linux.git
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:
parent
f2e3d666a4
commit
2d7401f863
|
@ -37,6 +37,10 @@ &cpu0 {
|
||||||
cpu-supply = <&sw1a_reg>;
|
cpu-supply = <&sw1a_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu1 {
|
||||||
|
cpu-supply = <&sw1a_reg>;
|
||||||
|
};
|
||||||
|
|
||||||
&fec1 {
|
&fec1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_enet1>;
|
pinctrl-0 = <&pinctrl_enet1>;
|
||||||
|
|
|
@ -13,6 +13,10 @@ memory@80000000 {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu1 {
|
||||||
|
cpu-supply = <®_DCDC2>;
|
||||||
|
};
|
||||||
|
|
||||||
&gpmi {
|
&gpmi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -121,6 +121,10 @@ &cpu0 {
|
||||||
cpu-supply = <&sw1a_reg>;
|
cpu-supply = <&sw1a_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu1 {
|
||||||
|
cpu-supply = <&sw1a_reg>;
|
||||||
|
};
|
||||||
|
|
||||||
&fec1 {
|
&fec1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_enet1>;
|
pinctrl-0 = <&pinctrl_enet1>;
|
||||||
|
|
|
@ -162,6 +162,10 @@ &cpu0 {
|
||||||
cpu-supply = <&sw1a_reg>;
|
cpu-supply = <&sw1a_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu1 {
|
||||||
|
cpu-supply = <&sw1a_reg>;
|
||||||
|
};
|
||||||
|
|
||||||
&ecspi3 {
|
&ecspi3 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_ecspi3>;
|
pinctrl-0 = <&pinctrl_ecspi3>;
|
||||||
|
|
|
@ -9,3 +9,7 @@
|
||||||
|
|
||||||
#include "imx7d.dtsi"
|
#include "imx7d.dtsi"
|
||||||
#include "imx7-tqma7.dtsi"
|
#include "imx7-tqma7.dtsi"
|
||||||
|
|
||||||
|
&cpu1 {
|
||||||
|
cpu-supply = <&sw1a_reg>;
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue