aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisael Lopez Cruz2013-08-02 12:06:54 -0500
committerMisael Lopez Cruz2013-08-02 12:07:26 -0500
commit45dae70a6d0cc52bd927d20a655d5c8f1aa563e8 (patch)
tree45331cd56bee39e3ad8e4e6a0565bdcb63c45ebb
parentd7418249a7f33040543323890000372ffd7f71bb (diff)
downloadkernel-audio-45dae70a6d0cc52bd927d20a655d5c8f1aa563e8.tar.gz
kernel-audio-45dae70a6d0cc52bd927d20a655d5c8f1aa563e8.tar.xz
kernel-audio-45dae70a6d0cc52bd927d20a655d5c8f1aa563e8.zip
ARM: dts: dra7: Add McASP interrupts
Add interrupts information to McASP3 and McASP6 nodes. These IRQ numbers also need configured in the IRQ crossbar. Change-Id: Ic4f1409e9f54a4705ef45f727dfed5b2757ed96b Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r--arch/arm/boot/dts/dra7.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 2e9e4b546d41..50f912799c98 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -684,8 +684,8 @@
684 mcasp3: mcasp@48468000 { 684 mcasp3: mcasp@48468000 {
685 compatible = "ti,dra7-mcasp-audio"; 685 compatible = "ti,dra7-mcasp-audio";
686 reg = <0x48468000 0x2000>; 686 reg = <0x48468000 0x2000>;
687 interrupts = <0 108 0x4>, /* AREVT */ 687 interrupts = <0 155 0x4>, /* AREVT */
688 <0 109 0x4>; /* TXEVT */ 688 <0 154 0x4>; /* TXEVT */
689 ti,hwmods = "mcasp3"; 689 ti,hwmods = "mcasp3";
690 op-mode = <0>; /* MCASP_IIS_MODE */ 690 op-mode = <0>; /* MCASP_IIS_MODE */
691 tdm-slots = <2>; 691 tdm-slots = <2>;
@@ -698,8 +698,8 @@
698 mcasp6: mcasp@48474000 { 698 mcasp6: mcasp@48474000 {
699 compatible = "ti,dra7-mcasp-audio"; 699 compatible = "ti,dra7-mcasp-audio";
700 reg = <0x48474000 0x2000>; 700 reg = <0x48474000 0x2000>;
701 interrupts = <0 108 0x4>, /* AREVT */ 701 interrupts = <0 156 0x4>, /* AREVT */
702 <0 109 0x4>; /* TXEVT */ 702 <0 157 0x4>; /* TXEVT */
703 ti,hwmods = "mcasp6"; 703 ti,hwmods = "mcasp6";
704 op-mode = <0>; /* MCASP_IIS_MODE */ 704 op-mode = <0>; /* MCASP_IIS_MODE */
705 tdm-slots = <8>; 705 tdm-slots = <8>;