diff options
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index ca46fb2b5803..a9d98d5ade9a 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts | |||
@@ -37,6 +37,14 @@ | |||
37 | linux,default-trigger = "mmc0"; | 37 | linux,default-trigger = "mmc0"; |
38 | }; | 38 | }; |
39 | }; | 39 | }; |
40 | |||
41 | sound { | ||
42 | compatible = "ti,omap-twl4030"; | ||
43 | ti,model = "omap3beagle"; | ||
44 | |||
45 | ti,mcbsp = <&mcbsp2>; | ||
46 | ti,codec = <&twl_audio>; | ||
47 | }; | ||
40 | }; | 48 | }; |
41 | 49 | ||
42 | &i2c1 { | 50 | &i2c1 { |
@@ -52,6 +60,12 @@ | |||
52 | regulator-min-microvolt = <1800000>; | 60 | regulator-min-microvolt = <1800000>; |
53 | regulator-max-microvolt = <3000000>; | 61 | regulator-max-microvolt = <3000000>; |
54 | }; | 62 | }; |
63 | |||
64 | twl_audio: audio { | ||
65 | compatible = "ti,twl4030-audio"; | ||
66 | codec { | ||
67 | }; | ||
68 | }; | ||
55 | }; | 69 | }; |
56 | }; | 70 | }; |
57 | 71 | ||