mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
irqchip: sm1 support double-edge gpio irq trigger [1/1]
PD#SWPL-5395 Problem: sm1 support double-edge trigger, current code do not support. Solution: add relatvie bitmask to support this function. Verify: ptm & sm1_skt Change-Id: I48ebc9b38db868f946c49b6fd5f98d427b2669df Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
This commit is contained in:
@@ -521,7 +521,7 @@
|
||||
|
||||
gpio_intc: interrupt-controller@f080 {
|
||||
compatible = "amlogic,meson-gpio-intc",
|
||||
"amlogic,meson-g12a-gpio-intc";
|
||||
"amlogic,meson-sm1-gpio-intc";
|
||||
reg = <0xf080 0x10>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
||||
@@ -521,7 +521,7 @@
|
||||
|
||||
gpio_intc: interrupt-controller@f080 {
|
||||
compatible = "amlogic,meson-gpio-intc",
|
||||
"amlogic,meson-g12a-gpio-intc";
|
||||
"amlogic,meson-sm1-gpio-intc";
|
||||
reg = <0x0 0xf080 0x0 0x10>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
||||
Reference in New Issue
Block a user