linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/sequoia: fix NAND partitions not to overlap
@ 2017-04-02 10:05 Pavel Machek
  2017-05-17 12:06 ` Pavel Machek
  2017-05-30  9:11 ` Michael Ellerman
  0 siblings, 2 replies; 10+ messages in thread
From: Pavel Machek @ 2017-04-02 10:05 UTC (permalink / raw)
  To: sr, jwboyer, robh+dt, mark.rutland, benh, paulus, mpe, devicetree,
	linuxppc-dev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

Fix overlapping NAND partitions.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts
index b1d3292..e41b88a 100644
--- a/arch/powerpc/boot/dts/sequoia.dts
+++ b/arch/powerpc/boot/dts/sequoia.dts
@@ -229,7 +229,7 @@
 						};
 						partition@84000 {
 							label = "user";
-							reg = <0x00000000 0x01f7c000>;
+							reg = <0x00084000 0x01f7c000>;
 						};
 					};
 				};



-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-05-30  9:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-02 10:05 [PATCH] powerpc/sequoia: fix NAND partitions not to overlap Pavel Machek
2017-05-17 12:06 ` Pavel Machek
2017-05-17 21:37   ` Andrew Morton
2017-05-18  9:48     ` Pavel Machek
2017-05-19  5:50       ` Michael Ellerman
2017-05-19  9:12         ` Pavel Machek
2017-05-19 10:04         ` Michael Ellerman
2017-05-19 11:18           ` Pavel Machek
2017-05-22  9:12             ` Michael Ellerman
2017-05-30  9:11 ` Michael Ellerman

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).