aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/brcm63xx/dts/livebox-blue-5g.dts2
-rw-r--r--target/linux/generic/pending-4.14/419-mtd-redboot-add-of_match_table-with-DT-binding.patch2
-rw-r--r--target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts
index 7e8d865a4f..f8d5dfce5b 100644
--- a/target/linux/brcm63xx/dts/livebox-blue-5g.dts
+++ b/target/linux/brcm63xx/dts/livebox-blue-5g.dts
@@ -70,7 +70,7 @@
status = "ok";
partitions {
- compatible = "redhat,redboot-partitions";
+ compatible = "ecoscentric,redboot-fis-partitions";
};
};
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);
diff --git a/target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch b/target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch
index 6ca9db8f09..4da571a60f 100644
--- a/target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch
+++ b/target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch
@@ -25,7 +25,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);