From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Add a simple document describing the "earlydev" compatible fallback. Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> --- Documentation/devicetree/bindings/early.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/early.txt diff --git a/Documentation/devicetree/bindings/early.txt b/Documentation/devicetree/bindings/early.txt new file mode 100644 index 000000000000..51cbd8630255 --- /dev/null +++ b/Documentation/devicetree/bindings/early.txt @@ -0,0 +1,7 @@ +* Early device driver + +Certain devices must be initialized early in the boot process. An early +device node represents such a system component. + +Required properties: +- compatible: Must contain the following fallback: "earlydev" -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html