imx6: iomux: Add generic function to set RGMII IO voltage on IMX6 SoCs
[oweals/u-boot.git] / include / dt-structs.h
index 9ab4e2524d1884342410557168647f1e2a937224..c0f56951b530843e2fda58e091bc74da57eafaa0 100644 (file)
@@ -18,7 +18,12 @@ struct phandle_1_arg {
        const void *node;
        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