Message ID | 1417541755-28563-1-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | b5c107f03b65e14a70d86654cf2427bdc7e4afe6 |
Delegated to: | Simon Horman |
Headers | show |
Hi Geert, On Tue, Dec 02, 2014 at 06:35:55PM +0100, Geert Uytterhoeven wrote: > The address space for the r8a73a4 Bus State Controller covers the first > 512 MiB, not the first 2 GiB. > Correct the size in the "ranges" property to reflect this, and to no > longer overlap with PCI Express Memory. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > No impact for now, just correctness. Thanks, I have queued up as a DT change for v3.20. > --- > arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts > index 84e05f713c5425a6..b3d8f844b57a8fc2 100644 > --- a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts > +++ b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts > @@ -67,7 +67,7 @@ > compatible = "simple-bus"; > #address-cells = <1>; > #size-cells = <1>; > - ranges = <0 0 0 0x80000000>; > + ranges = <0 0 0 0x20000000>; > }; > }; > > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts index 84e05f713c5425a6..b3d8f844b57a8fc2 100644 --- a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts +++ b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts @@ -67,7 +67,7 @@ compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; - ranges = <0 0 0 0x80000000>; + ranges = <0 0 0 0x20000000>; }; };
The address space for the r8a73a4 Bus State Controller covers the first 512 MiB, not the first 2 GiB. Correct the size in the "ranges" property to reflect this, and to no longer overlap with PCI Express Memory. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- No impact for now, just correctness. --- arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)