* [PATCH] ARM: dts: am335x-evm: Fix 5th NAND partition's name
@ 2014-10-21 11:25 Roger Quadros
2014-11-06 18:21 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Roger Quadros @ 2014-10-21 11:25 UTC (permalink / raw)
To: tony
Cc: javier.martinez, pekon, linux-omap, devicetree, linux-arm-kernel,
Roger Quadros, Sekhar Nori
The 5th NAND partition should be named "NAND.u-boot-spl-os"
instead of "NAND.u-boot-spl". This is to be consistent with other
TI boards as well as u-boot.
Fixes: 91994facdd2d ("ARM: dts: am335x-evm: NAND: update MTD partition table")
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
arch/arm/boot/dts/am335x-evm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts
index e2156a5..c4b968f 100644
--- a/arch/arm/boot/dts/am335x-evm.dts
+++ b/arch/arm/boot/dts/am335x-evm.dts
@@ -489,7 +489,7 @@
reg = <0x00060000 0x00020000>;
};
partition@4 {
- label = "NAND.u-boot-spl";
+ label = "NAND.u-boot-spl-os";
reg = <0x00080000 0x00040000>;
};
partition@5 {
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: am335x-evm: Fix 5th NAND partition's name
2014-10-21 11:25 [PATCH] ARM: dts: am335x-evm: Fix 5th NAND partition's name Roger Quadros
@ 2014-11-06 18:21 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2014-11-06 18:21 UTC (permalink / raw)
To: Roger Quadros
Cc: javier.martinez, pekon, linux-omap, devicetree, linux-arm-kernel,
Sekhar Nori
* Roger Quadros <rogerq@ti.com> [141021 04:27]:
> The 5th NAND partition should be named "NAND.u-boot-spl-os"
> instead of "NAND.u-boot-spl". This is to be consistent with other
> TI boards as well as u-boot.
Applying into omap-for-v3.18/fixes thanks.
Tony
> Fixes: 91994facdd2d ("ARM: dts: am335x-evm: NAND: update MTD partition table")
>
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
> ---
> arch/arm/boot/dts/am335x-evm.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts
> index e2156a5..c4b968f 100644
> --- a/arch/arm/boot/dts/am335x-evm.dts
> +++ b/arch/arm/boot/dts/am335x-evm.dts
> @@ -489,7 +489,7 @@
> reg = <0x00060000 0x00020000>;
> };
> partition@4 {
> - label = "NAND.u-boot-spl";
> + label = "NAND.u-boot-spl-os";
> reg = <0x00080000 0x00040000>;
> };
> partition@5 {
> --
> 1.8.3.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-06 18:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 11:25 [PATCH] ARM: dts: am335x-evm: Fix 5th NAND partition's name Roger Quadros
2014-11-06 18:21 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).