summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p1020rdb-pd.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/p1020rdb-pd.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/p1020rdb-pd.dtsi')
-rw-r--r--arch/powerpc/boot/dts/p1020rdb-pd.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/boot/dts/p1020rdb-pd.dtsi b/arch/powerpc/boot/dts/p1020rdb-pd.dtsi
index 4fce075..6f7c1cd 100644
--- a/arch/powerpc/boot/dts/p1020rdb-pd.dtsi
+++ b/arch/powerpc/boot/dts/p1020rdb-pd.dtsi
@@ -1,7 +1,7 @@
/*
* P1020RDB-PD Device Tree Source stub (no addresses or top-level ranges)
*
- * Copyright 2013 Freescale Semiconductor Inc.
+ * Copyright 2013-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:
@@ -48,14 +48,14 @@
};
partition@20000 {
- /* 3.875 MB for Linux Kernel Image */
- reg = <0x00020000 0x003e0000>;
+ /* 5.875 MB for Linux Kernel Image */
+ reg = <0x00020000 0x005e0000>;
label = "NOR Linux Kernel Image";
};
- partition@400000 {
- /* 57.75MB for Root file System */
- reg = <0x00400000 0x039c0000>;
+ partition@600000 {
+ /* 55.75MB for Root file System */
+ reg = <0x00600000 0x037c0000>;
label = "NOR Root File System";
};