From: Bartosz Golaszewski <bgolaszew...@baylibre.com> Add a simple document describing the "earlydev" compatible fallback.
Signed-off-by: Bartosz Golaszewski <bgolaszew...@baylibre.com> --- 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