aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mxs/patches-3.13/101-soc-audio-dts.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2014-09-23 06:42:29 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2014-09-23 06:42:29 +0000
commitb45b9e2f46a03b5d67f6925c806c7195a8c84b64 (patch)
treef908cbb4d6e53f8f9e5c6ad083d6a42ccad43e87 /target/linux/mxs/patches-3.13/101-soc-audio-dts.patch
parent5097d4e4597bc031f24087450d226dbdfa17ae50 (diff)
downloadmaster-187ad058-b45b9e2f46a03b5d67f6925c806c7195a8c84b64.tar.gz
master-187ad058-b45b9e2f46a03b5d67f6925c806c7195a8c84b64.tar.bz2
master-187ad058-b45b9e2f46a03b5d67f6925c806c7195a8c84b64.zip
mxs: remove 3.13
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42651 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mxs/patches-3.13/101-soc-audio-dts.patch')
-rw-r--r--target/linux/mxs/patches-3.13/101-soc-audio-dts.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/mxs/patches-3.13/101-soc-audio-dts.patch b/target/linux/mxs/patches-3.13/101-soc-audio-dts.patch
deleted file mode 100644
index 99bdf5f6fc..0000000000
--- a/target/linux/mxs/patches-3.13/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
-@@ -88,6 +88,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";
-+ };
- };
- };
-
-@@ -122,4 +141,10 @@
- gpios = <&gpio2 1 1>;
- };
- };
-+
-+ mxs-builtin-audio {
-+ compatible = "fsl,mxs-builtin-audio";
-+ audio-codec = <&codec>;
-+ cpu-dai = <&platform_dai>;
-+ };
- };