On 04/21/2017 03:07 AM, Stefan Agner wrote: > Add device specific list of clocks required, and handle all clocks > in a single for loop. This avoids further code duplication when > adding i.MX 7 support. > > Signed-off-by: Stefan Agner <stefan@xxxxxxxx> [...] > diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.h b/drivers/mtd/nand/gpmi-nand/gpmi-nand.h > index 4e49a1f5fa27..2e584e18d980 100644 > --- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.h > +++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.h > @@ -130,6 +130,8 @@ struct gpmi_devdata { > enum gpmi_type type; > int bch_max_ecc_strength; > int max_chain_delay; /* See the async EDO mode */ > + const char * const *clks; > + int clks_count; const int ? :) Reviewed-by: Marek Vasut <marek.vasut@xxxxxxxxx> -- Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html