Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342253
b: refs/heads/master
c: c729429
h: refs/heads/master
i:
  342251: fc8cf9f
v: v3
  • Loading branch information
Wei Ni authored and Stephen Warren committed Nov 15, 2012
1 parent b8e051e commit 862b869
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da2fc651e4c133490e4941623716087d60046874
refs/heads/master: c729429e0c3d9c68872c4d1b72c8fadb377cfba2
16 changes: 16 additions & 0 deletions trunk/arch/arm/boot/dts/tegra20-ventana.dts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,16 @@
"ld23_22";
nvidia,pull = <1>;
};
drive_sdio1 {
nvidia,pins = "drive_sdio1";
nvidia,high-speed-mode = <0>;
nvidia,schmitt = <1>;
nvidia,low-power-mode = <3>;
nvidia,pull-down-strength = <31>;
nvidia,pull-up-strength = <31>;
nvidia,slew-rate-rising = <3>;
nvidia,slew-rate-falling = <3>;
};
};
};

Expand Down Expand Up @@ -425,6 +435,12 @@
status = "okay";
};

sdhci@c8000000 {
status = "okay";
power-gpios = <&gpio 86 0>; /* gpio PK6 */
bus-width = <4>;
};

sdhci@c8000400 {
status = "okay";
cd-gpios = <&gpio 69 0>; /* gpio PI5 */
Expand Down

0 comments on commit 862b869

Please sign in to comment.