mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
cec: interrupt irq src number is not right for tm2 [5/5]
PD#SWPL-7469 Problem: Sometime will lose msg. because of the isr src number connected to timer. Solution: modify cecb irq src number to 203 Verify: tm2-AB311 Change-Id: Ib14f230d2b228685a0f149a2b072f6ad1155615b Signed-off-by: Yong Qin <yong.qin@amlogic.com>
This commit is contained in:
@@ -625,12 +625,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
output = <1>; /*output port number*/
|
||||
arc_port_mask = <0x2>;
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -903,12 +903,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
output = <1>; /*output port number*/
|
||||
arc_port_mask = <0x2>;
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -911,12 +911,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
output = <1>; /*output port number*/
|
||||
arc_port_mask = <0x2>;
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -904,12 +904,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
arc_port_mask = <0x2>;
|
||||
output = <1>; /*output port number*/
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -912,12 +912,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
arc_port_mask = <0x2>;
|
||||
output = <1>; /*output port number*/
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -624,12 +624,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
output = <1>; /*output port number*/
|
||||
arc_port_mask = <0x2>;
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -899,12 +899,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
output = <1>; /*output port number*/
|
||||
arc_port_mask = <0x2>;
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -910,12 +910,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
output = <1>; /*output port number*/
|
||||
arc_port_mask = <0x2>;
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -901,12 +901,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
output = <1>; /*output port number*/
|
||||
arc_port_mask = <0x2>;
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
@@ -911,12 +911,12 @@
|
||||
vendor_id = <0x000000>;
|
||||
product_desc = "TM2"; /* Max Chars: 16 */
|
||||
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
|
||||
port_num = <3>;
|
||||
port_num = <4>;
|
||||
ee_cec;
|
||||
/*cec_sel = <2>;*/
|
||||
arc_port_mask = <0x2>;
|
||||
output = <1>; /*output port number*/
|
||||
interrupts = <0 205 1
|
||||
interrupts = <0 203 1
|
||||
0 199 1>;
|
||||
interrupt-names = "hdmi_aocecb","hdmi_aocec";
|
||||
pinctrl-names = "default","hdmitx_aocecb","cec_pin_sleep";
|
||||
|
||||
Reference in New Issue
Block a user