summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorMatt Merhar <mattmerhar@protonmail.com>2018-07-30 17:21:57 -0400
committerRafał Miłecki <rafal@milecki.pl>2018-07-30 23:49:49 +0200
commita2eaaaaf4b88f8e917203d79d833a9686a61022f (patch)
tree117e24bcd489df67099c0c2017a724a1db7b3428 /target
parent929eac5b82c292fc66f7e22b2ad51a76b22da8bf (diff)
downloadmtk-20170518-a2eaaaaf4b88f8e917203d79d833a9686a61022f.zip
mtk-20170518-a2eaaaaf4b88f8e917203d79d833a9686a61022f.tar.gz
mtk-20170518-a2eaaaaf4b88f8e917203d79d833a9686a61022f.tar.bz2
kernel: switch compatible property for RedBoot DT binding
This changes the DT binding's compatible property to "ecoscentric,redboot-fis-partitions", removing the existing reference to Red Hat. Per the documentation hosted at eCosCentric's website, eCosCentric is RedBoot's sole commercial maintainer since 2002, and the project has been under the stewardship of the Free Software Foundation since 2008. This also updates the property in the Inventel Livebox 1 .dts, the binding's only current user. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
Diffstat (limited to 'target')
-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 7e8d865..f8d5dfc 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 b47a621..fbf9a05 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 6ca9db8..4da571a 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);