From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 01 Aug 2011 22:15:24 -0400 Subject: [U-Boot] [PATCH 2/2] fdt: Add new fdt_create_phandle helper In-Reply-To: <1312179781-27813-3-git-send-email-galak@kernel.crashing.org> References: <1312179781-27813-1-git-send-email-galak@kernel.crashing.org> <1312179781-27813-2-git-send-email-galak@kernel.crashing.org> <1312179781-27813-3-git-send-email-galak@kernel.crashing.org> Message-ID: <4E375DBC.8020303@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 08/01/2011 02:23 AM, Kumar Gala wrote: > Add a helper function that will return a phandle value for the given > node. If the node doesn't have a phandle already one will be created. > > Signed-off-by: Kumar Gala Acked-by: Gerald Van Baren > --- > common/fdt_support.c | 20 ++++++++++++++++++++ > include/fdt_support.h | 1 + > 2 files changed, 21 insertions(+), 0 deletions(-) [snip] Thanks, gvb