mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 07:27:26 +00:00
ramips: mt7621: add interrupt-controller
Fixes dtc warning: '#interrupt-cells' found, but node is not an interrupt provider Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
458cb2cd6b
commit
3c1c3f4685
@ -216,6 +216,7 @@
|
||||
reg = <0x20>;
|
||||
|
||||
gpio-controller;
|
||||
interrupt-controller;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -330,6 +330,7 @@
|
||||
reg = <0x22>;
|
||||
|
||||
gpio-controller;
|
||||
interrupt-controller;
|
||||
};
|
||||
|
||||
gpio_expander0: gpio-expander0@20 {
|
||||
@ -339,6 +340,7 @@
|
||||
reg = <0x20>;
|
||||
|
||||
gpio-controller;
|
||||
interrupt-controller;
|
||||
};
|
||||
|
||||
gpio_expander1: gpio-expander1@21 {
|
||||
@ -348,6 +350,7 @@
|
||||
reg = <0x21>;
|
||||
|
||||
gpio-controller;
|
||||
interrupt-controller;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user