fix gpio interrupt-cells property on AM335x
[openwrt/openwrt.git] / target / linux / omap / patches-3.12 / 412-ARM-dts-am335x-evm-Clarify-the-audio-codec-node.patch
1 From df3fbecdac2b46b7716c16c185cba357cc55d00a Mon Sep 17 00:00:00 2001
2 From: Peter Ujfalusi <peter.ujfalusi@ti.com>
3 Date: Mon, 23 Sep 2013 10:34:07 +0300
4 Subject: [PATCH 223/752] ARM/dts: am335x-evm: Clarify the audio codec node
5
6 The board have tlv320aic3106 codec. Use this name in the dts file instead
7 of the generic ltv320aic3x.
8
9 Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
10 ---
11 arch/arm/boot/dts/am335x-evm.dts | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts
15 index baeb805..e52d09c 100644
16 --- a/arch/arm/boot/dts/am335x-evm.dts
17 +++ b/arch/arm/boot/dts/am335x-evm.dts
18 @@ -255,8 +255,8 @@
19 reg = <0x48>;
20 };
21
22 - tlv320aic3x: tlv320aic3x@1b {
23 - compatible = "ti,tlv320aic3x";
24 + tlv320aic3106: tlv320aic3106@1b {
25 + compatible = "ti,tlv320aic3106";
26 reg = <0x1b>;
27 status = "okay";
28
29 @@ -366,7 +366,7 @@
30 sound {
31 compatible = "ti,da830-evm-audio";
32 ti,model = "DA830 EVM";
33 - ti,audio-codec = <&tlv320aic3x>;
34 + ti,audio-codec = <&tlv320aic3106>;
35 ti,mcasp-controller = <&mcasp1>;
36 ti,codec-clock-rate = <12000000>;
37 ti,audio-routing =
38 --
39 1.7.10.4
40