demux: modify interrupt no for dmx 2

PD#165368: enable dmux 2 work

Change-Id: Ic21bbc30c8b2cc7eeedd9206c1f355156554646f
Signed-off-by: Chuangcheng Peng <chuangcheng.peng@amlogic.com>
This commit is contained in:
Chuangcheng Peng
2018-05-22 15:53:22 +08:00
committed by Yixun Lan
parent d18a71e502
commit 1e9ab046a2
5 changed files with 5 additions and 5 deletions

View File

@@ -1273,7 +1273,7 @@
ts2_invert = <0>;
interrupts = <0 23 1
0 5 1
0 21 1
0 53 1
0 19 1
0 25 1
0 18 1

View File

@@ -1299,7 +1299,7 @@
ts2_invert = <0>;
interrupts = <0 23 1
0 5 1
0 21 1
0 53 1
0 19 1
0 25 1
0 18 1

View File

@@ -1298,7 +1298,7 @@
ts2_invert = <0>;
interrupts = <0 23 1
0 5 1
0 21 1
0 53 1
0 19 1
0 25 1
0 18 1

View File

@@ -1297,7 +1297,7 @@
ts2_invert = <0>;
interrupts = <0 23 1
0 5 1
0 21 1
0 53 1
0 19 1
0 25 1
0 18 1

View File

@@ -43,7 +43,7 @@
#define INT_DEMUX AM_IRQ(23)
#define INT_DEMUX_1 AM_IRQ(5)
#define INT_DEMUX_2 AM_IRQ(21)//AM_IRQ(53)
#define INT_DEMUX_2 AM_IRQ(53)
#define INT_ASYNC_FIFO_FILL AM_IRQ(18)
#define INT_ASYNC_FIFO_FLUSH AM_IRQ(19)
#define INT_ASYNC_FIFO2_FILL AM_IRQ(24)