lkml.org 
[lkml]   [2018]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/4] pvpanic: add document for pvpanic-mmio DT
Date
Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
---
.../devicetree/bindings/arm/pvpanic-mmio.txt | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/pvpanic-mmio.txt

diff --git a/Documentation/devicetree/bindings/arm/pvpanic-mmio.txt b/Documentation/devicetree/bindings/arm/pvpanic-mmio.txt
new file mode 100644
index 0000000..96c84e15
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/pvpanic-mmio.txt
@@ -0,0 +1,26 @@
+* QEMU PVPANIC MMIO Configuration bindings for ARM
+
+QEMU's aarch64-softmmu emulation / virtualization targets provide the
+following PVPANIC MMIO Configuration interface on the "virt" machine
+type:
+
+- a read-write, 16-bit wide data register.
+
+QEMU exposes the data register to ARM guests as memory mapped registers.
+
+Required properties:
+
+- compatible: "qemu,pvpanic-mmio".
+
+Example:
+
+/ {
+ #size-cells = <0x2>;
+ #address-cells = <0x2>;
+
+ pvpanic-mmio@9060000 {
+ compatible = "qemu,pvpanic-mmio";
+ reg = <0x0 0x9060000 0x0 0x2>;
+ };
+};
+
--
1.8.3.1
\
 
 \ /
  Last update: 2018-10-23 11:15    [W:0.037 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site