drop the bootscript, new u-boots won't need it
[openwrt/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 --- a/arch/arm/boot/dts/am335x-evm.dts
18 +++ b/arch/arm/boot/dts/am335x-evm.dts
19 @@ -365,7 +365,7 @@
20
21 sound {
22 compatible = "ti,da830-evm-audio";
23 - ti,model = "DA830 EVM";
24 + ti,model = "AM335x-EVM";
25 ti,audio-codec = <&tlv320aic3106>;
26 ti,mcasp-controller = <&mcasp1>;
27 ti,codec-clock-rate = <12000000>;