diff mbox series

[OpenWrt-Devel,1/2] ath79: fix qca955x pcie0 memory size

Message ID mailman.17641.1548735632.2376.openwrt-devel@lists.openwrt.org
State Accepted, archived
Headers show
Series [OpenWrt-Devel,1/2] ath79: fix qca955x pcie0 memory size | expand

Commit Message

gio--- via openwrt-devel Jan. 29, 2019, 4:20 a.m. UTC
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
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>
---
 target/linux/ath79/dts/qca9557.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel Golle Jan. 29, 2019, 4:33 a.m. UTC | #1
Hi,

thank you for fixing this, the patch looks good to me.
 
On Tue, Jan 29, 2019 at 04:20:56AM +0000, Santiago Piccinini via openwrt-devel wrote:
> The sender domain has a DMARC Reject/Quarantine policy which disallows
> sending mailing list messages using the original "From" header.
> 
> To mitigate this problem, the original message has been wrapped
> automatically by the mailing list software.

> Date: Tue, 29 Jan 2019 01:12:52 -0300
> From: Santiago Piccinini <spiccinini@altermundi.net>
> To: openwrt-devel@lists.openwrt.org
> Cc: Santiago Piccinini <spiccinini@altermundi.net>
> Subject: [PATCH 1/2] ath79: fix qca955x pcie0 memory size
> 
> 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>

> ---
>  target/linux/ath79/dts/qca9557.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/ath79/dts/qca9557.dtsi b/target/linux/ath79/dts/qca9557.dtsi
> index bfc2545b27..541aa6916e 100644
> --- a/target/linux/ath79/dts/qca9557.dtsi
> +++ b/target/linux/ath79/dts/qca9557.dtsi
> @@ -186,7 +186,7 @@
>  				      <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>;
> -- 
> 2.20.1
> 
> 

> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

diff --git a/target/linux/ath79/dts/qca9557.dtsi b/target/linux/ath79/dts/qca9557.dtsi
index bfc2545b27..541aa6916e 100644
--- a/target/linux/ath79/dts/qca9557.dtsi
+++ b/target/linux/ath79/dts/qca9557.dtsi
@@ -186,7 +186,7 @@ 
 				      <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>;