diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-08-02 11:18:00 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-08-02 11:18:00 +0000 |
commit | 639a1f375b5a40a2427b25aa7d9d7465a832f9d2 (patch) | |
tree | 0c9725279f39e091cc79e57b488d44277cd77e7f /target/linux/mxs/patches-3.12/101-soc-audio-dts.patch | |
parent | 697f609fc8806cad74352cda2d22bb24ed86ca4b (diff) | |
download | upstream-639a1f375b5a40a2427b25aa7d9d7465a832f9d2.tar.gz upstream-639a1f375b5a40a2427b25aa7d9d7465a832f9d2.tar.bz2 upstream-639a1f375b5a40a2427b25aa7d9d7465a832f9d2.zip |
mxs: remote 3.12 patches and configs
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 41947
Diffstat (limited to 'target/linux/mxs/patches-3.12/101-soc-audio-dts.patch')
-rw-r--r-- | target/linux/mxs/patches-3.12/101-soc-audio-dts.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/mxs/patches-3.12/101-soc-audio-dts.patch b/target/linux/mxs/patches-3.12/101-soc-audio-dts.patch deleted file mode 100644 index 924cbebb08..0000000000 --- a/target/linux/mxs/patches-3.12/101-soc-audio-dts.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/arch/arm/boot/dts/imx23-olinuxino.dts -+++ b/arch/arm/boot/dts/imx23-olinuxino.dts -@@ -84,6 +84,25 @@ - usbphy0: usbphy@8007c000 { - status = "okay"; - }; -+ -+ codec: mxs-builtin-codec { -+ compatible = "fsl,mxs-builtin-codec"; -+ reg = <0x80048000 0x2000>, <0x8004c000 0x2000>, -+ <0x8005c000 0x2000>; -+ reg-names = "audioout", "audioin", "rtc"; -+ clocks = <&clks 31>; -+ clock-names = "filt"; -+ }; -+ -+ platform_dai: mxs-builtin-cpu-dai { -+ compatible = "fsl,mxs-builtin-cpu-dai"; -+ reg = <0x80048000 0x2000>, <0x8004c000 0x2000>, -+ <0x8005c000 0x2000>; -+ reg-names = "audioout", "audioin", "rtc"; -+ interrupts = <8 6 4>; -+ dmas = <&dma_apbx 0>, <&dma_apbx 1>; -+ dma-names = "rx", "tx"; -+ }; - }; - }; - -@@ -118,4 +137,10 @@ - gpios = <&gpio2 1 1>; - }; - }; -+ -+ mxs-builtin-audio { -+ compatible = "fsl,mxs-builtin-audio"; -+ audio-codec = <&codec>; -+ cpu-dai = <&platform_dai>; -+ }; - }; |