From d5d3f2459c2269c8ef0d02bbe8cc23cb79efedaa Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 23 Nov 2012 06:30:11 +0900 Subject: [PATCH] --- yaml --- r: 342361 b: refs/heads/master c: a6e9ed9f09a98c7e85f7dc04829eca5faeb1ea36 h: refs/heads/master i: 342359: fd3c7e80536235347734139d2c70a5deb35d3328 v: v3 --- [refs] | 2 +- .../arm/boot/dts/kirkwood-openblocks_a6.dts | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3afe23159b93..9c2b302e1a03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1fd7b4dd8b107aec9ec28d2682ef1967e696d6a6 +refs/heads/master: a6e9ed9f09a98c7e85f7dc04829eca5faeb1ea36 diff --git a/trunk/arch/arm/boot/dts/kirkwood-openblocks_a6.dts b/trunk/arch/arm/boot/dts/kirkwood-openblocks_a6.dts index bada756821b0..e80c9d0c4ee9 100644 --- a/trunk/arch/arm/boot/dts/kirkwood-openblocks_a6.dts +++ b/trunk/arch/arm/boot/dts/kirkwood-openblocks_a6.dts @@ -30,6 +30,36 @@ nand@3000000 { chip-delay = <25>; status = "okay"; + + partition@0 { + label = "uboot"; + reg = <0x0 0x90000>; + }; + + partition@90000 { + label = "env"; + reg = <0x90000 0x44000>; + }; + + partition@d4000 { + label = "test"; + reg = <0xd4000 0x24000>; + }; + + partition@f4000 { + label = "conf"; + reg = <0xf4000 0x400000>; + }; + + partition@4f4000 { + label = "linux"; + reg = <0x4f4000 0x1d20000>; + }; + + partition@2214000 { + label = "user"; + reg = <0x2214000 0x1dec000>; + }; }; sata@80000 {