Skip to content

Commit

Permalink
ARM: dts: imx6sx-sdb: Properly model the ARM and SOC regulator supplies
Browse files Browse the repository at this point in the history
On imx6sx-sdb rev B/C the VDD_ARM_IN and VDD_SOC_IN supplies are connected
together and both are supplied by the SW1A PMIC output, so model this
correctly in the device tree.

Suggested-by: Marek Vasut <marex@denx.de>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed May 18, 2017
1 parent 7d098b9 commit e663bc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/imx6sx-sdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,11 @@
reg = <1>;
};
};

&reg_arm {
vin-supply = <&sw1a_reg>;
};

&reg_soc {
vin-supply = <&sw1a_reg>;
};

0 comments on commit e663bc0

Please sign in to comment.