Merge git://git.denx.de/u-boot-fsl-qoriq
[platform/kernel/u-boot.git] / include / dt-structs.h
index 2ed9971..c0f5695 100644 (file)
 #if CONFIG_IS_ENABLED(OF_PLATDATA)
 struct phandle_0_arg {
        const void *node;
-       int id[0];
+       int arg[0];
 };
 
 struct phandle_1_arg {
        const void *node;
-       int id;
+       int arg[1];
 };
-#include <generated/dt-structs.h>
+
+struct phandle_2_arg {
+       const void *node;
+       int arg[2];
+};
+#include <generated/dt-structs-gen.h>
 #endif
 
 #endif