From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 14 Jul 2011 22:58:31 -0400 Subject: [U-Boot] [PATCH 1/2] fdt: introduce fdt_create_phandle() In-Reply-To: <1305058491-19720-1-git-send-email-timur@freescale.com> References: <1305058491-19720-1-git-send-email-timur@freescale.com> Message-ID: <4E1FACD7.8040500@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 On 05/10/2011 04:14 PM, Timur Tabi wrote: > The ePAPR specification says that phandle properties should be called > "phandle", and not "linux,phandle". To facilitate the migration from > "linux,phandle" to "phandle", introduce function fdt_create_phandle(), which > creates a phandle in a given node. For now, we create both the "phandle" and > "linux,phandle" properties. A later version of this function will remove > support for "linux,phandle". > > Signed-off-by: Timur Tabi > --- > common/fdt_support.c | 40 ++++++++++++++++++++++++++++++++++++++++ > include/fdt_support.h | 1 + > 2 files changed, 41 insertions(+), 0 deletions(-) Applied to u-boot-fdt. Thanks, gvb