aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/am335x-igep0033.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi
index 06eba076bfcd..619624479311 100644
--- a/arch/arm/boot/dts/am335x-igep0033.dtsi
+++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
@@ -44,6 +44,13 @@
44 regulator-max-microvolt = <5000000>; 44 regulator-max-microvolt = <5000000>;
45 regulator-boot-on; 45 regulator-boot-on;
46 }; 46 };
47
48 vmmc: fixedregulator@0 {
49 compatible = "regulator-fixed";
50 regulator-name = "vmmc";
51 regulator-min-microvolt = <3300000>;
52 regulator-max-microvolt = <3300000>;
53 };
47}; 54};
48 55
49&am33xx_pinmux { 56&am33xx_pinmux {
@@ -180,6 +187,12 @@
180 }; 187 };
181}; 188};
182 189
190&mmc1 {
191 status = "okay";
192 vmmc-supply = <&vmmc>;
193 bus-width = <4>;
194};
195
183&uart0 { 196&uart0 {
184 status = "okay"; 197 status = "okay";
185 pinctrl-names = "default"; 198 pinctrl-names = "default";