mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
committed by
Yixun Lan
parent
d18a71e502
commit
1e9ab046a2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user