From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 15 Oct 2012 21:46:47 -0400 Subject: [U-Boot] [PATCH - resend due to bounce] libfdt: Add fdt functionality for more intuitive In-Reply-To: References: Message-ID: <507CBC87.50002@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Peter, On 05/07/2012 09:52 AM, Peter Feuerer wrote: > libfdt: Add fdt functionality for more intuitive fdt handling > > New functions: > fdt_read - retrieve the value of a property by full path > fdt_write - create or change a property with full path and create subnodes if needed > fdt_create_path - create subnode path with parents > > Signed-off-by: Peter Feuerer > CC: David Gibson > CC: Gerald Van Baren As David pointed out, this needs to go through the upstream libfdt (dtc) library so that we stay in sync. Thanks, gvb