Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313239
b: refs/heads/master
c: 64edbcd
h: refs/heads/master
i:
  313237: d3cf106
  313235: 4cedb33
  313231: 6f18427
v: v3
  • Loading branch information
Shawn Guo committed Jul 3, 2012
1 parent 10ee08d commit 6cdab91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a450839432519beda04ffc286428b7e44b9dd488
refs/heads/master: 64edbcdd9c8d2aac36bead7f8cdafe0ec02bab40
10 changes: 9 additions & 1 deletion trunk/arch/arm/boot/dts/imx28-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
&mmc0_cd_cfg &mmc0_sck_cfg>;
bus-width = <8>;
wp-gpios = <&gpio2 12 0>;
vmmc-supply = <&reg_vddio_sd0>;
status = "okay";
};

ssp1: ssp@80012000 {
compatible = "fsl,imx28-mmc";
bus-width = <8>;
wp-gpios = <&gpio0 28 0>;
status = "okay";
};

pinctrl@80018000 {
Expand Down Expand Up @@ -141,6 +141,14 @@
regulator-max-microvolt = <3300000>;
regulator-always-on;
};

reg_vddio_sd0: vddio-sd0 {
compatible = "regulator-fixed";
regulator-name = "vddio-sd0";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio3 28 0>;
};
};

sound {
Expand Down

0 comments on commit 6cdab91

Please sign in to comment.