From b60131f77ee3a89e8060a8eec8f000c05a8861aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Thu, 25 Apr 2013 14:27:57 +0200 Subject: [PATCH] --- yaml --- r: 375767 b: refs/heads/master c: a2b9ea73967386ec5e524ab206bd549d5aafea17 h: refs/heads/master i: 375765: 4fbf120d8ac178674585c55b0f45aca949deee89 375763: 97564e40f0ff6c4af2ce6d516bd4d63df6821b10 375759: a3d2a53e1eb21cfb108722c96da1922d150b4462 v: v3 --- [refs] | 2 +- trunk/Documentation/devicetree/usage-model.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 74dc917bc83d..9f304466ae26 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a2f682aeeecfa791de19de63509566d156d0d1a3 +refs/heads/master: a2b9ea73967386ec5e524ab206bd549d5aafea17 diff --git a/trunk/Documentation/devicetree/usage-model.txt b/trunk/Documentation/devicetree/usage-model.txt index ef9d06c9f8fd..0efedaad5165 100644 --- a/trunk/Documentation/devicetree/usage-model.txt +++ b/trunk/Documentation/devicetree/usage-model.txt @@ -191,9 +191,11 @@ Linux it will look something like this: }; The bootargs property contains the kernel arguments, and the initrd-* -properties define the address and size of an initrd blob. The -chosen node may also optionally contain an arbitrary number of -additional properties for platform-specific configuration data. +properties define the address and size of an initrd blob. Note that +initrd-end is the first address after the initrd image, so this doesn't +match the usual semantic of struct resource. The chosen node may also +optionally contain an arbitrary number of additional properties for +platform-specific configuration data. During early boot, the architecture setup code calls of_scan_flat_dt() several times with different helper callbacks to parse device tree