Skip to content

Commit

Permalink
ARM: dts: igep0033: Add mmc1 node for SDCARD support.
Browse files Browse the repository at this point in the history
Add mmc1 dt node to IGEP COM AQUILA board.

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Enric Balletbo i Serra authored and Benoit Cousson committed Oct 22, 2013
1 parent b9c95bf commit 0ae6f9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/am335x-igep0033.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
regulator-max-microvolt = <5000000>;
regulator-boot-on;
};

vmmc: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "vmmc";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
};

&am33xx_pinmux {
Expand Down Expand Up @@ -180,6 +187,12 @@
};
};

&mmc1 {
status = "okay";
vmmc-supply = <&vmmc>;
bus-width = <4>;
};

&uart0 {
status = "okay";
pinctrl-names = "default";
Expand Down

0 comments on commit 0ae6f9e

Please sign in to comment.