summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt')
-rw-r--r--qemu/roms/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt13
1 files changed, 0 insertions, 13 deletions
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
deleted file mode 100644
index eb91b30e3..000000000
--- a/qemu/roms/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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>;
- };