Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anson Huang and committed by
Shawn Guo
2d7401f8 f2e3d666

+20
+4
arch/arm/boot/dts/imx7d-cl-som-imx7.dts
··· 37 37 cpu-supply = <&sw1a_reg>; 38 38 }; 39 39 40 + &cpu1 { 41 + cpu-supply = <&sw1a_reg>; 42 + }; 43 + 40 44 &fec1 { 41 45 pinctrl-names = "default"; 42 46 pinctrl-0 = <&pinctrl_enet1>;
+4
arch/arm/boot/dts/imx7d-colibri.dtsi
··· 13 13 }; 14 14 }; 15 15 16 + &cpu1 { 17 + cpu-supply = <&reg_DCDC2>; 18 + }; 19 + 16 20 &gpmi { 17 21 status = "okay"; 18 22 };
+4
arch/arm/boot/dts/imx7d-nitrogen7.dts
··· 121 121 cpu-supply = <&sw1a_reg>; 122 122 }; 123 123 124 + &cpu1 { 125 + cpu-supply = <&sw1a_reg>; 126 + }; 127 + 124 128 &fec1 { 125 129 pinctrl-names = "default"; 126 130 pinctrl-0 = <&pinctrl_enet1>;
+4
arch/arm/boot/dts/imx7d-sdb.dts
··· 162 162 cpu-supply = <&sw1a_reg>; 163 163 }; 164 164 165 + &cpu1 { 166 + cpu-supply = <&sw1a_reg>; 167 + }; 168 + 165 169 &ecspi3 { 166 170 pinctrl-names = "default"; 167 171 pinctrl-0 = <&pinctrl_ecspi3>;
+4
arch/arm/boot/dts/imx7d-tqma7.dtsi
··· 9 9 10 10 #include "imx7d.dtsi" 11 11 #include "imx7-tqma7.dtsi" 12 + 13 + &cpu1 { 14 + cpu-supply = <&sw1a_reg>; 15 + };