linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: Incorrect NOR offset in dts
@ 2008-07-31  3:41 Sean MacLennan
  0 siblings, 0 replies; only message in thread
From: Sean MacLennan @ 2008-07-31  3:41 UTC (permalink / raw)
  To: linuxppc-dev, Josh Boyer

FPGA offset in NOR flash was converted incorrectly when switching from 
64M to 4M flash.

Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
---
diff --git a/arch/powerpc/boot/dts/warp.dts b/arch/powerpc/boot/dts/warp.dts
index 7300736..f4e4ba6 100644
--- a/arch/powerpc/boot/dts/warp.dts
+++ b/arch/powerpc/boot/dts/warp.dts
@@ -157,7 +157,7 @@
 					#size-cells = <1>;
 					partition@300000 {
 						label = "fpga";
-						reg = <0x0030000 0x00040000>;
+						reg = <0x0300000 0x00040000>;
 					};
 					partition@340000 {
 						label = "env";

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-31  3:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-31  3:41 [PATCH] powerpc: Incorrect NOR offset in dts Sean MacLennan

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