aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r--Documentation/powerpc/dts-bindings/fsl/diu.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/powerpc/dts-bindings/fsl/diu.txt b/Documentation/powerpc/dts-bindings/fsl/diu.txt
index 326cddfd7c25..b66cb6d31d69 100644
--- a/Documentation/powerpc/dts-bindings/fsl/diu.txt
+++ b/Documentation/powerpc/dts-bindings/fsl/diu.txt
@@ -11,6 +11,11 @@ Required properties:
11- interrupt-parent : the phandle for the interrupt controller that 11- interrupt-parent : the phandle for the interrupt controller that
12 services interrupts for this device. 12 services interrupts for this device.
13 13
14Optional properties:
15- edid : verbatim EDID data block describing attached display.
16 Data from the detailed timing descriptor will be used to
17 program the display controller.
18
14Example (MPC8610HPCD): 19Example (MPC8610HPCD):
15 display@2c000 { 20 display@2c000 {
16 compatible = "fsl,diu"; 21 compatible = "fsl,diu";
@@ -25,4 +30,5 @@ Example for MPC5121:
25 reg = <0x2100 0x100>; 30 reg = <0x2100 0x100>;
26 interrupts = <64 0x8>; 31 interrupts = <64 0x8>;
27 interrupt-parent = <&ipic>; 32 interrupt-parent = <&ipic>;
33 edid = [edid-data];
28 }; 34 };