Skip to content

Commit

Permalink
fix patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Nov 25, 2024
1 parent aad085e commit f644fac
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions target/linux/imx/patches-6.6/400-gpmi-nand.patch
Original file line number Diff line number Diff line change
Expand Up @@ -116,21 +116,21 @@ Signed-off-by: Alexey Sadkov <[email protected]>
return -ENOTSUPP;

/* Stop here if this call was just a check */
@@ -1157,6 +1195,14 @@
.clks = gpmi_clks_for_mx6,
.clks_count = ARRAY_SIZE(gpmi_clks_for_mx6),
};
+
+static const struct gpmi_devdata gpmi_devdata_imx6qp = {
+ .type = IS_MX6QP,
+ .bch_max_ecc_strength = 40,
@@ -1152,6 +1190,14 @@

static const struct gpmi_devdata gpmi_devdata_imx6q = {
.type = IS_MX6Q,
+ .bch_max_ecc_strength = 20,
+ .max_chain_delay = 12000,
+ .clks = gpmi_clks_for_mx6,
+ .clks_count = ARRAY_SIZE(gpmi_clks_for_mx6),
+};

static const struct gpmi_devdata gpmi_devdata_imx6sx = {
.type = IS_MX6SX,
+
+static const struct gpmi_devdata gpmi_devdata_imx6qp = {
+ .type = IS_MX6QP,
.bch_max_ecc_strength = 40,
.max_chain_delay = 12000,
.clks = gpmi_clks_for_mx6,
@@ -1177,6 +1223,17 @@
.clks = gpmi_clks_for_mx7d,
.clks_count = ARRAY_SIZE(gpmi_clks_for_mx7d),
Expand Down

0 comments on commit f644fac

Please sign in to comment.