diff --git a/include/linux/of.h b/include/linux/of.h index 3d0593943f47b8c19f65799594cb4212f45aa29f..0ea516ed22c0b07fa67bdf3c8a8e41f8b453ea39 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -67,7 +67,7 @@ struct device_node { #endif }; -#define MAX_PHANDLE_ARGS 8 +#define MAX_PHANDLE_ARGS 16 struct of_phandle_args { struct device_node *np; int args_count;