diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-03-10 23:04:28 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-03-10 23:04:28 +0100 |
commit | 8ad0ba3a07b64c221db5a08523161a2cdda6194e (patch) | |
tree | 52dacd2272020347db546334e29aa9d76c00e409 /target/linux/oxnas/patches-4.14/500-oxnas-sata.patch | |
parent | a18d41996ebfbbed0598d589e8b381d60aac802b (diff) | |
download | upstream-8ad0ba3a07b64c221db5a08523161a2cdda6194e.tar.gz upstream-8ad0ba3a07b64c221db5a08523161a2cdda6194e.tar.bz2 upstream-8ad0ba3a07b64c221db5a08523161a2cdda6194e.zip |
oxnas: move PCIe controller outside of simple-bus
Move PCIe controller outside down to SoC level to avoid resource
mapping problems.
Also add more detailed error handling when mapping registers.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/patches-4.14/500-oxnas-sata.patch')
-rw-r--r-- | target/linux/oxnas/patches-4.14/500-oxnas-sata.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/oxnas/patches-4.14/500-oxnas-sata.patch b/target/linux/oxnas/patches-4.14/500-oxnas-sata.patch index 7aa0df973f..5fe0746086 100644 --- a/target/linux/oxnas/patches-4.14/500-oxnas-sata.patch +++ b/target/linux/oxnas/patches-4.14/500-oxnas-sata.patch @@ -26,9 +26,9 @@ obj-$(CONFIG_PATA_ALI) += pata_ali.o --- a/arch/arm/boot/dts/ox820.dtsi +++ b/arch/arm/boot/dts/ox820.dtsi -@@ -400,5 +400,20 @@ - }; - +@@ -398,5 +398,20 @@ + plxtech,pcie-outbound-offset = <0x174>; + status = "disabled"; }; + + sata: sata@45900000 { |