[PATCH 07/11] dt-bindings: add bindings for early devices
Bartosz Golaszewski
brgl at bgdev.pl
Tue Apr 24 10:30:47 PDT 2018
From: Bartosz Golaszewski <bgolaszewski at baylibre.com>
Add a simple document describing the "earlydev" compatible fallback.
Signed-off-by: Bartosz Golaszewski <bgolaszewski at 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
More information about the linux-arm-kernel
mailing list