]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/fdt_support.c
fdt: Rename fdt_create_phandle to fdt_set_phandle
[karo-tx-uboot.git] / common / fdt_support.c
index 19b2ef6ea4bc18ccf961fe0ed075e9c5a12fa0f2..8f7323d321a39bc9fe4d2f7c457a565a5be75087 100644 (file)
@@ -1196,13 +1196,13 @@ int fdt_alloc_phandle(void *blob)
 }
 
 /*
- * fdt_create_phandle: Create a phandle property for the given node
+ * fdt_set_phandle: Create a phandle property for the given node
  *
  * @fdt: ptr to device tree
  * @nodeoffset: node to update
  * @phandle: phandle value to set (must be unique)
-*/
-int fdt_create_phandle(void *fdt, int nodeoffset, uint32_t phandle)
+ */
+int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle)
 {
        int ret;