diff options
author | Rosen Penev <rosenp@gmail.com> | 2023-12-01 15:51:42 -0800 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2024-01-01 02:34:48 +0100 |
commit | 4693514ca8879576442024368736d0ddd8c7dc3f (patch) | |
tree | c3aafd276237d1cd702c8810809fd76cf440e006 | |
parent | 4e8c9cebe5b00033ef24330cd175ec1c0ec958b2 (diff) |
oxnas: do not use pcie-controller
This was deprecated in kernel 4.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r-- | target/linux/oxnas/patches-5.15/340-oxnas-pcie.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/oxnas/patches-5.15/340-oxnas-pcie.patch b/target/linux/oxnas/patches-5.15/340-oxnas-pcie.patch index 8de7ec5386..8315acaee9 100644 --- a/target/linux/oxnas/patches-5.15/340-oxnas-pcie.patch +++ b/target/linux/oxnas/patches-5.15/340-oxnas-pcie.patch @@ -38,7 +38,7 @@ }; }; + -+ pcie0: pcie-controller@47c00000 { ++ pcie0: pcie@47c00000 { + compatible = "plxtech,nas782x-pcie"; + device_type = "pci"; + #address-cells = <3>; @@ -78,7 +78,7 @@ + status = "disabled"; + }; + -+ pcie1: pcie-controller@47e00000 { ++ pcie1: pcie@47e00000 { + compatible = "plxtech,nas782x-pcie"; + device_type = "pci"; + #address-cells = <3>; |