Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308120
b: refs/heads/master
c: 8c6a385
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren committed Apr 25, 2012
1 parent 8264b4b commit 3f5ca58
Show file tree
Hide file tree
Showing 2 changed files with 64 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: 9ee6a5c4f4cd2b0a732502c5f11b3ee8f13fac76
refs/heads/master: 8c6a3852f639736ca7cb0f5e7b3fd0f314b0fc6a
63 changes: 63 additions & 0 deletions trunk/arch/arm/boot/dts/tegra-cardhu.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
nvidia,pull = <2>;
nvidia,tristate = <0>;
};
dap2_fs_pa2 {
nvidia,pins = "dap2_fs_pa2",
"dap2_sclk_pa3",
"dap2_din_pa4",
"dap2_dout_pa5";
nvidia,function = "i2s1";
nvidia,pull = <0>;
nvidia,tristate = <0>;
};
};
};

Expand Down Expand Up @@ -92,6 +101,20 @@

i2c@7000d000 {
clock-frequency = <100000>;

wm8903: wm8903@1a {
compatible = "wlf,wm8903";
reg = <0x1a>;
interrupt-parent = <&gpio>;
interrupts = <179 0x04>; /* gpio PW3 */

gpio-controller;
#gpio-cells = <2>;

micdet-cfg = <0>;
micdet-delay = <100>;
gpio-cfg = <0xffffffff 0xffffffff 0 0xffffffff 0xffffffff>;
};
};

sdhci@78000000 {
Expand All @@ -111,4 +134,44 @@
sdhci@78000400 {
support-8bit;
};

ahub@70080000 {
i2s@70080300 {
status = "disable";
};

i2s@70080500 {
status = "disable";
};

i2s@70080600 {
status = "disable";
};

i2s@70080700 {
status = "disable";
};
};

sound {
compatible = "nvidia,tegra-audio-wm8903-cardhu",
"nvidia,tegra-audio-wm8903";
nvidia,model = "NVIDIA Tegra Cardhu";

nvidia,audio-routing =
"Headphone Jack", "HPOUTR",
"Headphone Jack", "HPOUTL",
"Int Spk", "ROP",
"Int Spk", "RON",
"Int Spk", "LOP",
"Int Spk", "LON",
"Mic Jack", "MICBIAS",
"IN1L", "Mic Jack";

nvidia,i2s-controller = <&tegra_i2s1>;
nvidia,audio-codec = <&wm8903>;

nvidia,spkr-en-gpios = <&wm8903 2 0>;
nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
};
};

0 comments on commit 3f5ca58

Please sign in to comment.