summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHuacai Chen <chenhc@lemote.com>2020-07-29 14:58:36 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-08-04 09:33:58 +0200
commita84a334f03c59fa9c0d682d13368611f7ca4f8ac (patch)
tree5525c4ceb5ee31cc043a12ebd5c9b4792eba6a66 /Documentation
parentbc6e8dc112133a60efbede8acde36dd5d1e748a1 (diff)
downloadlinux-a84a334f03c59fa9c0d682d13368611f7ca4f8ac.tar.bz2
dt-bindings: mips: Document Loongson kvm guest board
Document loongson64v-4core-virtio, a virtio based kvm guest board for Loongson-3. Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mips/loongson/devices.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mips/loongson/devices.yaml b/Documentation/devicetree/bindings/mips/loongson/devices.yaml
index 88c5a29fd2be..d25e80aa8b2a 100644
--- a/Documentation/devicetree/bindings/mips/loongson/devices.yaml
+++ b/Documentation/devicetree/bindings/mips/loongson/devices.yaml
@@ -32,4 +32,8 @@ properties:
- description: Generic Loongson64 Quad Core + LS7A
items:
- const: loongson,loongson64g-4core-ls7a
+
+ - description: Virtual Loongson64 Quad Core + VirtIO
+ items:
+ - const: loongson,loongson64v-4core-virtio
...