From: Tony Lindgren <tony@atomide.com>
To: Mugunthan V N <mugunthanvnm@ti.com>
Cc: bcousson@baylibre.com, devicetree@vger.kernel.org,
linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] ARM: dts: dra7-evm: fix qspi device tree partition size
Date: Mon, 5 Jan 2015 14:26:35 -0800 [thread overview]
Message-ID: <20150105222634.GK4081@atomide.com> (raw)
In-Reply-To: <1418977385-7886-1-git-send-email-mugunthanvnm@ti.com>
* Mugunthan V N <mugunthanvnm@ti.com> [141219 00:25]:
> 64KiB is allocated for qspi dtb partition which is not
> sufficient, so updating the partition table size to 512KiB
> for device tree partition.
>
> This also aligns the QSPI partition definitions between
> kernel and U-Boot.
>
> Fixes: dc2dd5b8 ("ARM: dts: dra7: Add qspi device")
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> ---
>
> This patch is tested on Linux next and the boot logs at [1]
>
> [1] - http://pastebin.ubuntu.com/9567672/
Applying into omap-for-v3.19/fixes thanks.
Regards,
Tony
> ---
> arch/arm/boot/dts/dra7-evm.dts | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
> index 736092b..235d001 100644
> --- a/arch/arm/boot/dts/dra7-evm.dts
> +++ b/arch/arm/boot/dts/dra7-evm.dts
> @@ -499,23 +499,23 @@
> };
> partition@5 {
> label = "QSPI.u-boot-spl-os";
> - reg = <0x00140000 0x00010000>;
> + reg = <0x00140000 0x00080000>;
> };
> partition@6 {
> label = "QSPI.u-boot-env";
> - reg = <0x00150000 0x00010000>;
> + reg = <0x001c0000 0x00010000>;
> };
> partition@7 {
> label = "QSPI.u-boot-env.backup1";
> - reg = <0x00160000 0x0010000>;
> + reg = <0x001d0000 0x0010000>;
> };
> partition@8 {
> label = "QSPI.kernel";
> - reg = <0x00170000 0x0800000>;
> + reg = <0x001e0000 0x0800000>;
> };
> partition@9 {
> label = "QSPI.file-system";
> - reg = <0x00970000 0x01690000>;
> + reg = <0x009e0000 0x01620000>;
> };
> };
> };
> --
> 2.2.1.62.g3f15098
>
prev parent reply other threads:[~2015-01-05 22:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-19 8:23 [PATCH 1/1] ARM: dts: dra7-evm: fix qspi device tree partition size Mugunthan V N
2014-12-19 8:23 ` Mugunthan V N
2015-01-05 22:26 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150105222634.GK4081@atomide.com \
--to=tony@atomide.com \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=mugunthanvnm@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.