Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / doc / device-tree-bindings / video / sandbox-fb.txt
diff --git a/qemu/roms/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt b/qemu/roms/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt
new file mode 100644 (file)
index 0000000..eb91b30
--- /dev/null
@@ -0,0 +1,13 @@
+Sandbox LCD
+===========
+
+This uses the displaymode.txt binding except that only xres and yres are
+required properties.
+
+Example:
+
+       lcd {
+               compatible = "sandbox,lcd-sdl";
+               xres = <800>;
+               yres = <600>;
+       };