summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@freescale.com>2014-06-09 07:12:44 (GMT)
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-06-10 03:40:32 (GMT)
commit89814364e6e05d36751e2c3fd4e0aeef2cefb302 (patch)
treeaf0ae1fb583f5c1d58b57be55fd776206ce602ba /arch/powerpc/boot/dts/p2020rdb-pc.dtsi
parent7096dc170792ceafc697db01bd2ebec789d67b8c (diff)
downloadlinux-fsl-qoriq-89814364e6e05d36751e2c3fd4e0aeef2cefb302.tar.xz
powerpc/85xx: dts: enlarge kernel image patition in nor Flash
Enlarge kernel image nor-patition for some P1/P2 boards that include p1020rdb-pd, p1021rdb-pc, p1022ds, p1025twr, and p2020rdb-pc. Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> Signed-off-by: Lu Yangbo <yangbo.lu@freescale.com> Change-Id: I7306a062dfea47a6d8daf278c7f608cdab3b5684 Reviewed-on: http://git.am.freescale.net:8181/13437 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Zhenhua Luo <zhenhua.luo@freescale.com> Tested-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/p2020rdb-pc.dtsi')
-rw-r--r--arch/powerpc/boot/dts/p2020rdb-pc.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/boot/dts/p2020rdb-pc.dtsi b/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
index c3aa1ad..6ba7f1c 100644
--- a/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
+++ b/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
@@ -1,7 +1,7 @@
/*
* P2020 RDB-PC Device Tree Source stub (no addresses or top-level ranges)
*
- * Copyright 2011 Freescale Semiconductor Inc.
+ * Copyright 2011, 2014 Freescale Semiconductor Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -56,14 +56,14 @@
};
partition@80000 {
- /* 3.5 MB for Linux Kernel Image */
- reg = <0x00080000 0x00380000>;
+ /* 4.5 MB for Linux Kernel Image */
+ reg = <0x00080000 0x00480000>;
label = "NOR Linux Kernel Image";
};
- partition@400000 {
- /* 10.75MB for JFFS2 based Root file System */
- reg = <0x00400000 0x00ac0000>;
+ partition@500000 {
+ /* 9.75MB for JFFS2 based Root file System */
+ reg = <0x00500000 0x009c0000>;
label = "NOR JFFS2 Root File System";
};