Skip to content

Commit

Permalink
ARM: dts: imx6q-sabrelite: add vmmc-supply for usdhc
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
shawnguo2 committed Feb 27, 2012
1 parent 648162a commit 6f6ea93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/imx6q-sabrelite.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
usdhc@02198000 { /* uSDHC3 */
cd-gpios = <&gpio7 0 0>;
wp-gpios = <&gpio7 1 0>;
vmmc-supply = <&reg_3p3v>;
status = "okay";
};

usdhc@0219c000 { /* uSDHC4 */
cd-gpios = <&gpio2 6 0>;
wp-gpios = <&gpio2 7 0>;
vmmc-supply = <&reg_3p3v>;
status = "okay";
};

Expand Down

0 comments on commit 6f6ea93

Please sign in to comment.