aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.14
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/pending-4.14')
-rw-r--r--target/linux/generic/pending-4.14/419-mtd-redboot-add-of_match_table-with-DT-binding.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.14/419-mtd-redboot-add-of_match_table-with-DT-binding.patch b/target/linux/generic/pending-4.14/419-mtd-redboot-add-of_match_table-with-DT-binding.patch
index b47a621055..fbf9a0553c 100644
--- a/target/linux/generic/pending-4.14/419-mtd-redboot-add-of_match_table-with-DT-binding.patch
+++ b/target/linux/generic/pending-4.14/419-mtd-redboot-add-of_match_table-with-DT-binding.patch
@@ -17,7 +17,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
}
+static const struct of_device_id redboot_parser_of_match_table[] = {
-+ { .compatible = "redhat,redboot-partitions" },
++ { .compatible = "ecoscentric,redboot-fis-partitions" },
+ {},
+};
+MODULE_DEVICE_TABLE(of, redboot_parser_of_match_table);