Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313281
b: refs/heads/master
c: 6cd3bc3
h: refs/heads/master
i:
  313279: 2fd7c88
v: v3
  • Loading branch information
Peter Ujfalusi authored and Tony Lindgren committed Jul 9, 2012
1 parent 417fd85 commit f858ae9
Show file tree
Hide file tree
Showing 2 changed files with 38 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: b15bb2c066dc96291e993dde62ec71f74fd44313
refs/heads/master: 6cd3bc398401f533b299e06da80c0e939f9988db
37 changes: 37 additions & 0 deletions trunk/arch/arm/boot/dts/omap4-panda.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,30 @@
linux,default-trigger = "mmc0";
};
};

sound: sound {
compatible = "ti,abe-twl6040";
ti,model = "PandaBoard";

ti,mclk-freq = <38400000>;

ti,mcpdm = <&mcpdm>;

ti,twl6040 = <&twl6040>;

/* Audio routing */
ti,audio-routing =
"Headset Stereophone", "HSOL",
"Headset Stereophone", "HSOR",
"Ext Spk", "HFL",
"Ext Spk", "HFR",
"Line Out", "AUXL",
"Line Out", "AUXR",
"HSMIC", "Headset Mic",
"Headset Mic", "Headset Mic Bias",
"AFML", "Line In",
"AFMR", "Line In";
};
};

&i2c1 {
Expand All @@ -43,6 +67,19 @@
interrupts = <0 7 4>; /* IRQ_SYS_1N cascaded to gic */
interrupt-parent = <&gic>;
};

twl6040: twl@4b {
compatible = "ti,twl6040";
reg = <0x4b>;
/* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
interrupts = <0 119 4>; /* IRQ_SYS_2N cascaded to gic */
interrupt-parent = <&gic>;
ti,audpwron-gpio = <&gpio4 31 0>; /* gpio line 127 */

vio-supply = <&v1v8>;
v2v1-supply = <&v2v1>;
enable-active-high;
};
};

/include/ "twl6030.dtsi"
Expand Down

0 comments on commit f858ae9

Please sign in to comment.