ipq806x: add missing interrupt-controller
Fixes dtc warnings Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d264d3a60e
commit
d44c037a59
1 changed files with 3 additions and 0 deletions
|
@ -454,6 +454,7 @@
|
|||
#size-cells = <2>;
|
||||
#address-cells = <3>;
|
||||
device_type = "pci";
|
||||
interrupt-controller;
|
||||
|
||||
ath10k@0,0 {
|
||||
reg = <0 0 0 0 0>;
|
||||
|
@ -473,6 +474,7 @@
|
|||
#size-cells = <2>;
|
||||
#address-cells = <3>;
|
||||
device_type = "pci";
|
||||
interrupt-controller;
|
||||
|
||||
ath10k@0,0 {
|
||||
reg = <0 0 0 0 0>;
|
||||
|
@ -492,6 +494,7 @@
|
|||
#size-cells = <2>;
|
||||
#address-cells = <3>;
|
||||
device_type = "pci";
|
||||
interrupt-controller;
|
||||
|
||||
ath10k@0,0 {
|
||||
reg = <0 0 0 0 0>;
|
||||
|
|
Loading…
Reference in a new issue