diff options
| author | Rosen Penev | 2023-11-08 03:25:58 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-11-26 00:30:04 +0000 |
| commit | 3c1c3f468510857ca40023f134429917fe8cf0f8 (patch) | |
| tree | bd752f7a16ea7528c2cc81d63b042f5a1e3b0851 | |
| parent | 458cb2cd6bdb2e7f83ae1fc949e71349bbd162f0 (diff) | |
| download | hauke-3c1c3f468510857ca40023f134429917fe8cf0f8.tar.gz | |
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>
| -rw-r--r-- | target/linux/ramips/dts/mt7621_netgear_sercomm_bzv.dtsi | 1 | ||||
| -rw-r--r-- | target/linux/ramips/dts/mt7621_sercomm_na502s.dts | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_netgear_sercomm_bzv.dtsi b/target/linux/ramips/dts/mt7621_netgear_sercomm_bzv.dtsi index ab96b8fdd1..5c4512b508 100644 --- a/target/linux/ramips/dts/mt7621_netgear_sercomm_bzv.dtsi +++ b/target/linux/ramips/dts/mt7621_netgear_sercomm_bzv.dtsi @@ -216,6 +216,7 @@ reg = <0x20>; gpio-controller; + interrupt-controller; }; }; diff --git a/target/linux/ramips/dts/mt7621_sercomm_na502s.dts b/target/linux/ramips/dts/mt7621_sercomm_na502s.dts index 50d4df81f6..d36440fd0a 100644 --- a/target/linux/ramips/dts/mt7621_sercomm_na502s.dts +++ b/target/linux/ramips/dts/mt7621_sercomm_na502s.dts @@ -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; }; }; |