Skip to content

Commit

Permalink
oxnas: do not use pcie-controller
Browse files Browse the repository at this point in the history
This was deprecated in kernel 4.14

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and dangowrt committed Jan 1, 2024
1 parent 4e8c9ce commit 4693514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/oxnas/patches-5.15/340-oxnas-pcie.patch
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
};
};
+
+ pcie0: pcie-controller@47c00000 {
+ pcie0: pcie@47c00000 {
+ compatible = "plxtech,nas782x-pcie";
+ device_type = "pci";
+ #address-cells = <3>;
Expand Down Expand Up @@ -78,7 +78,7 @@
+ status = "disabled";
+ };
+
+ pcie1: pcie-controller@47e00000 {
+ pcie1: pcie@47e00000 {
+ compatible = "plxtech,nas782x-pcie";
+ device_type = "pci";
+ #address-cells = <3>;
Expand Down

0 comments on commit 4693514

Please sign in to comment.