aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mxs/patches-3.18/101-soc-audio-dts.patch
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2015-03-26 22:18:47 +0000
committerZoltan Herpai <wigyori@uid0.hu>2015-03-26 22:18:47 +0000
commit1f26498751b0c70020a99cabfc02f506bd8863ea (patch)
tree1de6d00ee732424e5ee7ff2c3be9340536818f75 /target/linux/mxs/patches-3.18/101-soc-audio-dts.patch
parent137c0cc434e5f36a2cab22007f77ef7c80d0405d (diff)
downloadupstream-1f26498751b0c70020a99cabfc02f506bd8863ea.tar.gz
upstream-1f26498751b0c70020a99cabfc02f506bd8863ea.tar.bz2
upstream-1f26498751b0c70020a99cabfc02f506bd8863ea.zip
mxs: add 3.18 support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 45041
Diffstat (limited to 'target/linux/mxs/patches-3.18/101-soc-audio-dts.patch')
-rw-r--r--target/linux/mxs/patches-3.18/101-soc-audio-dts.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/target/linux/mxs/patches-3.18/101-soc-audio-dts.patch b/target/linux/mxs/patches-3.18/101-soc-audio-dts.patch
new file mode 100644
index 0000000000..99bdf5f6fc
--- /dev/null
+++ b/target/linux/mxs/patches-3.18/101-soc-audio-dts.patch
@@ -0,0 +1,39 @@
+--- 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>;
++ };
+ };