Skip to content

Commit

Permalink
ipq806x: add missing interrupt-controller
Browse files Browse the repository at this point in the history
Fixes dtc warnings

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and Ansuel committed Nov 21, 2023
1 parent d264d3a commit d44c037
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@
#size-cells = <2>;
#address-cells = <3>;
device_type = "pci";
interrupt-controller;

ath10k@0,0 {
reg = <0 0 0 0 0>;
Expand All @@ -473,6 +474,7 @@
#size-cells = <2>;
#address-cells = <3>;
device_type = "pci";
interrupt-controller;

ath10k@0,0 {
reg = <0 0 0 0 0>;
Expand All @@ -492,6 +494,7 @@
#size-cells = <2>;
#address-cells = <3>;
device_type = "pci";
interrupt-controller;

ath10k@0,0 {
reg = <0 0 0 0 0>;
Expand Down

0 comments on commit d44c037

Please sign in to comment.