02cf3d8bd4d93ee1e2dcd526a509d710ceb2d68c
[openwrt.git] / target / linux / omap / patches-3.12 / 413-ARM-dts-am335x-evm-Add-unique-name-for-the-sound-car.patch
1 From d4b7ebbadccb4632ad16f07a19cee57aa7b73cdb Mon Sep 17 00:00:00 2001
2 From: Peter Ujfalusi <peter.ujfalusi@ti.com>
3 Date: Mon, 23 Sep 2013 10:34:08 +0300
4 Subject: [PATCH 224/752] ARM/dts: am335x-evm: Add unique name for the sound
5  card
6
7 Change the name of the sound card to 'AM335x-EVM' from 'DA830 EVM'.
8 User space might need to differentiate between the boards when it comes to
9 audio setup (mixer config, PCM lookup, etc).
10 It is better to use unique name for different boards.
11
12 Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
13 ---
14  arch/arm/boot/dts/am335x-evm.dts |    2 +-
15  1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts
18 index e52d09c..47613fd 100644
19 --- a/arch/arm/boot/dts/am335x-evm.dts
20 +++ b/arch/arm/boot/dts/am335x-evm.dts
21 @@ -365,7 +365,7 @@
22  
23                 sound {
24                         compatible = "ti,da830-evm-audio";
25 -                       ti,model = "DA830 EVM";
26 +                       ti,model = "AM335x-EVM";
27                         ti,audio-codec = <&tlv320aic3106>;
28                         ti,mcasp-controller = <&mcasp1>;
29                         ti,codec-clock-rate = <12000000>;
30 -- 
31 1.7.10.4
32