video: Move sm501fb devicetree binding documentation to a better place.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 22 Mar 2011 23:16:45 +0000 (08:16 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 22 Mar 2011 23:16:45 +0000 (08:16 +0900)
Now that there is a Documentation/devicetree hierarchy, and the driver in
question has no specific platform dependency, move the binding
information to a more appropriate place.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Documentation/devicetree/bindings/fb/sm501fb.txt [new file with mode: 0644]
Documentation/powerpc/dts-bindings/sm501.txt [deleted file]

diff --git a/Documentation/devicetree/bindings/fb/sm501fb.txt b/Documentation/devicetree/bindings/fb/sm501fb.txt
new file mode 100644 (file)
index 0000000..7d319fb
--- /dev/null
@@ -0,0 +1,34 @@
+* SM SM501
+
+The SM SM501 is a LCD controller, with proper hardware, it can also
+drive DVI monitors.
+
+Required properties:
+- compatible : should be "smi,sm501".
+- reg : contain two entries:
+    - First entry: System Configuration register
+    - Second entry: IO space (Display Controller register)
+- interrupts : SMI interrupt to the cpu should be described here.
+- interrupt-parent : the phandle for the interrupt controller that
+  services interrupts for this device.
+
+Optional properties:
+- mode : select a video mode:
+    <xres>x<yres>[-<bpp>][@<refresh>]
+- edid : verbatim EDID data block describing attached display.
+  Data from the detailed timing descriptor will be used to
+  program the display controller.
+- little-endian: availiable on big endian systems, to
+  set different foreign endian.
+- big-endian: availiable on little endian systems, to
+  set different foreign endian.
+
+Example for MPC5200:
+       display@1,0 {
+               compatible = "smi,sm501";
+               reg = <1 0x00000000 0x00800000
+                      1 0x03e00000 0x00200000>;
+               interrupts = <1 1 3>;
+               mode = "640x480-32@60";
+               edid = [edid-data];
+       };
diff --git a/Documentation/powerpc/dts-bindings/sm501.txt b/Documentation/powerpc/dts-bindings/sm501.txt
deleted file mode 100644 (file)
index 7d319fb..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-* SM SM501
-
-The SM SM501 is a LCD controller, with proper hardware, it can also
-drive DVI monitors.
-
-Required properties:
-- compatible : should be "smi,sm501".
-- reg : contain two entries:
-    - First entry: System Configuration register
-    - Second entry: IO space (Display Controller register)
-- interrupts : SMI interrupt to the cpu should be described here.
-- interrupt-parent : the phandle for the interrupt controller that
-  services interrupts for this device.
-
-Optional properties:
-- mode : select a video mode:
-    <xres>x<yres>[-<bpp>][@<refresh>]
-- edid : verbatim EDID data block describing attached display.
-  Data from the detailed timing descriptor will be used to
-  program the display controller.
-- little-endian: availiable on big endian systems, to
-  set different foreign endian.
-- big-endian: availiable on little endian systems, to
-  set different foreign endian.
-
-Example for MPC5200:
-       display@1,0 {
-               compatible = "smi,sm501";
-               reg = <1 0x00000000 0x00800000
-                      1 0x03e00000 0x00200000>;
-               interrupts = <1 1 3>;
-               mode = "640x480-32@60";
-               edid = [edid-data];
-       };