1
0
Fork 0

MLK-18846: mtd: gpmi-nand: miss clock define for i.MX6QP and i.MX6ULL

i.MX6QP and i.MX6ULL clock defination was missed in devdata.

Signed-off-by: Han Xu <han.xu@nxp.com>
pull/10/head
Han Xu 2018-10-12 00:41:36 -05:00 committed by Jason Liu
parent 9440d9b704
commit 5a8691462c
1 changed files with 4 additions and 0 deletions

View File

@ -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] = {