aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/brcmnand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/brcmnand.h')
-rw-r--r--include/linux/platform_data/brcmnand.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/platform_data/brcmnand.h b/include/linux/platform_data/brcmnand.h
new file mode 100644
index 000000000000..8b8777985dce
--- /dev/null
+++ b/include/linux/platform_data/brcmnand.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+#ifndef BRCMNAND_PLAT_DATA_H
+#define BRCMNAND_PLAT_DATA_H
+
+struct brcmnand_platform_data {
+ int chip_select;
+ const char * const *part_probe_types;
+ unsigned int ecc_stepsize;
+ unsigned int ecc_strength;
+};
+
+#endif /* BRCMNAND_PLAT_DATA_H */