diff options
-rw-r--r-- | arch/arm/boot/dts/omap3-overo.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-overo.dtsi b/arch/arm/boot/dts/omap3-overo.dtsi index 800be293c6a4..81341fa27c23 100644 --- a/arch/arm/boot/dts/omap3-overo.dtsi +++ b/arch/arm/boot/dts/omap3-overo.dtsi | |||
@@ -23,6 +23,14 @@ | |||
23 | max-brightness = <127>; | 23 | max-brightness = <127>; |
24 | }; | 24 | }; |
25 | }; | 25 | }; |
26 | |||
27 | sound { | ||
28 | compatible = "ti,omap-twl4030"; | ||
29 | ti,model = "overo"; | ||
30 | |||
31 | ti,mcbsp = <&mcbsp2>; | ||
32 | ti,codec = <&twl_audio>; | ||
33 | }; | ||
26 | }; | 34 | }; |
27 | 35 | ||
28 | &i2c1 { | 36 | &i2c1 { |
@@ -32,6 +40,12 @@ | |||
32 | reg = <0x48>; | 40 | reg = <0x48>; |
33 | interrupts = <7>; /* SYS_NIRQ cascaded to intc */ | 41 | interrupts = <7>; /* SYS_NIRQ cascaded to intc */ |
34 | interrupt-parent = <&intc>; | 42 | interrupt-parent = <&intc>; |
43 | |||
44 | twl_audio: audio { | ||
45 | compatible = "ti,twl4030-audio"; | ||
46 | codec { | ||
47 | }; | ||
48 | }; | ||
35 | }; | 49 | }; |
36 | }; | 50 | }; |
37 | 51 | ||