diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-07-10 07:24:02 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-15 03:21:25 -0400 |
commit | 4b54a2cb14c370ee388d17a3ac084c4839a7933e (patch) | |
tree | 4ad2328302671525a01a3a095d269730c13d287c /arch/arm/boot/dts/omap5-uevm.dts | |
parent | 55be2c5376df16933219bbec98bfdfe2db158f69 (diff) |
ARM: DTS: omap5-uevm: Add node for twl6040 audio codec
The board uses twl6040 as audio codec. Move the corresponding pinctrl as
well under the node.
twl6040 needs 32k clock from palams.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-uevm.dts')
-rw-r--r-- | arch/arm/boot/dts/omap5-uevm.dts | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 9166d479ac1b..c9286166fad5 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts | |||
@@ -105,7 +105,6 @@ | |||
105 | &omap5_pmx_core { | 105 | &omap5_pmx_core { |
106 | pinctrl-names = "default"; | 106 | pinctrl-names = "default"; |
107 | pinctrl-0 = < | 107 | pinctrl-0 = < |
108 | &twl6040_pins | ||
109 | &mcpdm_pins | 108 | &mcpdm_pins |
110 | &mcbsp1_pins | 109 | &mcbsp1_pins |
111 | &mcbsp2_pins | 110 | &mcbsp2_pins |
@@ -494,6 +493,25 @@ | |||
494 | }; | 493 | }; |
495 | }; | 494 | }; |
496 | }; | 495 | }; |
496 | |||
497 | twl6040: twl@4b { | ||
498 | compatible = "ti,twl6040"; | ||
499 | reg = <0x4b>; | ||
500 | |||
501 | pinctrl-names = "default"; | ||
502 | pinctrl-0 = <&twl6040_pins>; | ||
503 | |||
504 | interrupts = <GIC_SPI 119 IRQ_TYPE_NONE>; /* IRQ_SYS_2N cascaded to gic */ | ||
505 | interrupt-parent = <&gic>; | ||
506 | ti,audpwron-gpio = <&gpio5 13 0>; /* gpio line 141 */ | ||
507 | |||
508 | vio-supply = <&smps7_reg>; | ||
509 | v2v1-supply = <&smps9_reg>; | ||
510 | enable-active-high; | ||
511 | |||
512 | clocks = <&clk32kgaudio>; | ||
513 | clock-names = "clk32k"; | ||
514 | }; | ||
497 | }; | 515 | }; |
498 | 516 | ||
499 | &i2c5 { | 517 | &i2c5 { |