diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c index f6c528895ebd..bb8d50211fb1 100644 --- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c +++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c @@ -127,6 +127,8 @@ static const struct gpmi_devdata gpmi_devdata_imx6qp = { .type = IS_MX6QP, .bch_max_ecc_strength = 40, .max_chain_delay = 12, + .clks = gpmi_clks_for_mx6, + .clks_count = ARRAY_SIZE(gpmi_clks_for_mx6), }; static const struct gpmi_devdata gpmi_devdata_imx6sx = { @@ -161,6 +163,8 @@ static const struct gpmi_devdata gpmi_devdata_imx6ull = { .type = IS_MX6ULL, .bch_max_ecc_strength = 40, .max_chain_delay = 12, + .clks = gpmi_clks_for_mx6, + .clks_count = ARRAY_SIZE(gpmi_clks_for_mx6), }; static const char * gpmi_clks_for_mx8qxp[GPMI_CLK_MAX] = {