aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/video/simple-framebuffer.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/video/simple-framebuffer.txt b/Documentation/devicetree/bindings/video/simple-framebuffer.txt
index f8fb7e6e5609..4474ef6e0b95 100644
--- a/Documentation/devicetree/bindings/video/simple-framebuffer.txt
+++ b/Documentation/devicetree/bindings/video/simple-framebuffer.txt
@@ -31,12 +31,10 @@ enable them. This way if e.g. later on support for more display clocks get
31added, the simplefb nodes will already contain this info and the firmware 31added, the simplefb nodes will already contain this info and the firmware
32does not need to be updated. 32does not need to be updated.
33 33
34If pre-filled framebuffer nodes are used, they should be named 34If pre-filled framebuffer nodes are used, the firmware may need extra
35"framebuffer#-<output>", e.g. "framebuffer0-hdmi". The output should be 35information to find the right node. In that case an extra platform specific
36included in the name since different outputs typically require different 36compatible and platform specific properties should be used and documented,
37clocks and the clocks are part of the pre-populated nodes. The firmware must 37see e.g. simple-framebuffer-sunxi.txt .
38rename the nodes to the standard "framebuffer@<address>" name using the
39runtime chosen address when enabling the nodes.
40 38
41Required properties: 39Required properties:
42- compatible: "simple-framebuffer" 40- compatible: "simple-framebuffer"