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:
Rosen Penev 2023-11-07 19:25:58 -08:00 committed by Christian Marangi
parent 458cb2cd6b
commit 3c1c3f4685
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
2 changed files with 4 additions and 0 deletions

View File

@ -216,6 +216,7 @@
reg = <0x20>;
gpio-controller;
interrupt-controller;
};
};

View File

@ -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;
};
};