Skip to content

Commit

Permalink
ARM: dts: imx7d: Add cpu1 supply
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anson Huang authored and Shawn Guo committed Apr 14, 2020
1 parent f2e3d66 commit 2d7401f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx7d-cl-som-imx7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
cpu-supply = <&sw1a_reg>;
};

&cpu1 {
cpu-supply = <&sw1a_reg>;
};

&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet1>;
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx7d-colibri.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
};
};

&cpu1 {
cpu-supply = <&reg_DCDC2>;
};

&gpmi {
status = "okay";
};
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx7d-nitrogen7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
cpu-supply = <&sw1a_reg>;
};

&cpu1 {
cpu-supply = <&sw1a_reg>;
};

&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet1>;
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx7d-sdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
cpu-supply = <&sw1a_reg>;
};

&cpu1 {
cpu-supply = <&sw1a_reg>;
};

&ecspi3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi3>;
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx7d-tqma7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@

#include "imx7d.dtsi"
#include "imx7-tqma7.dtsi"

&cpu1 {
cpu-supply = <&sw1a_reg>;
};

0 comments on commit 2d7401f

Please sign in to comment.