summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-03-09 20:12:24 -0600
committerRob Herring <robh@kernel.org>2022-03-11 08:52:03 -0600
commit37de81210f74c909e3d42c90fea3497a00ac618b (patch)
treee17218709a18403132b697c6d99f88199a5af17b
parent1d9a770bc8f080267bba6b2169c87efb61f245c1 (diff)
downloadlinux-stable-37de81210f74c909e3d42c90fea3497a00ac618b.tar.gz
linux-stable-37de81210f74c909e3d42c90fea3497a00ac618b.tar.bz2
linux-stable-37de81210f74c909e3d42c90fea3497a00ac618b.zip
dt-bindings: Add QEMU virt machine compatible
The top level QEMU virt machine compatible, linux,dummy-virt, has been in use for a long time, but never documented. Add a schema for it. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20220310021224.599398-1-robh@kernel.org
-rw-r--r--Documentation/devicetree/bindings/arm/linux,dummy-virt.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/linux,dummy-virt.yaml b/Documentation/devicetree/bindings/arm/linux,dummy-virt.yaml
new file mode 100644
index 000000000000..c7c5eb48fc7e
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/linux,dummy-virt.yaml
@@ -0,0 +1,20 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/linux,dummy-virt.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: QEMU virt machine
+
+maintainers:
+ - Rob Herring <robh@kernel.org>
+
+properties:
+ $nodename:
+ const: "/"
+ compatible:
+ const: linux,dummy-virt
+
+additionalProperties: true
+
+...