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>
This commit is contained in:
committed by
Rafał Miłecki
parent
929eac5b82
commit
a2eaaaaf4b
@@ -70,7 +70,7 @@
|
||||
status = "ok";
|
||||
|
||||
partitions {
|
||||
compatible = "redhat,redboot-partitions";
|
||||
compatible = "ecoscentric,redboot-fis-partitions";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user