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
2 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,7 @@
|
||||||
reg = <0x20>;
|
reg = <0x20>;
|
||||||
|
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
interrupt-controller;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -330,6 +330,7 @@
|
||||||
reg = <0x22>;
|
reg = <0x22>;
|
||||||
|
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
interrupt-controller;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_expander0: gpio-expander0@20 {
|
gpio_expander0: gpio-expander0@20 {
|
||||||
|
@ -339,6 +340,7 @@
|
||||||
reg = <0x20>;
|
reg = <0x20>;
|
||||||
|
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
interrupt-controller;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_expander1: gpio-expander1@21 {
|
gpio_expander1: gpio-expander1@21 {
|
||||||
|
@ -348,6 +350,7 @@
|
||||||
reg = <0x21>;
|
reg = <0x21>;
|
||||||
|
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
interrupt-controller;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue