Skip to content

Commit

Permalink
lantiq: dts: fix reset controller reference on Danube and AR9
Browse files Browse the repository at this point in the history
ar9.dtsi and danube.dtsi only have one reset controller and they are
naming it "reset". This is equivalent to "reset0" in vr9.dtsi. Fix the
references to the reset controller in the recently added PCI controller
reset line.

Fixes: 087f2cb ("lantiq: dts: Add the reset line for the PCI controller")
Reported-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
  • Loading branch information
xdarklight authored and chunkeey committed Jun 20, 2022
1 parent fd72e59 commit a1354ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -416,7 +416,7 @@

device_type = "pci";

resets = <&reset0 13 13>;
resets = <&reset 13 13>;
};
};

Expand Down
Expand Up @@ -329,7 +329,7 @@

device_type = "pci";

resets = <&reset0 13 13>;
resets = <&reset 13 13>;
};
};

Expand Down

0 comments on commit a1354ac

Please sign in to comment.