ath79: fix qca955x pcie0 memory size
authorSantiago Piccinini <spiccinini@altermundi.net>
Tue, 29 Jan 2019 04:20:56 +0000 (04:20 +0000)
committerChristian Lamparter <chunkeey@gmail.com>
Thu, 14 Feb 2019 15:56:15 +0000 (16:56 +0100)
Datasheet states that both PCI ranges are of 0x2000000 size:
0x1000_0000-0x11FF_FFF and 0x1200_0000-0x13FF_0000.

Signed-off-by: Santiago Piccinini <spiccinini@altermundi.net>
Reviewed-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [removed ML notice]
target/linux/ath79/dts/qca9557.dtsi

index bfc2545b27adec32f0c89fccc16617c7531dab99..541aa6916ef4e17241bf1412523b8fed89051a87 100644 (file)
                                      <0x180f0000 0x100>,  /* CTRL */
                                      <0x14000000 0x1000>; /* CFG */
                                reg-names = "crp_base", "ctrl_base", "cfg_base";
-                               ranges = <0x2000000 0 0x10000000 0x10000000 0 0x04000000        /* pci memory */
+                               ranges = <0x2000000 0 0x10000000 0x10000000 0 0x02000000        /* pci memory */
                                          0x1000000 0 0x00000000 0x0000000 0 0x000001>;         /* io space */
                                interrupt-parent = <&intc2>;
                                interrupts = <1>;