Skip to content

Commit 94526c6

Browse files
committed
dt-bindings: display: simple-framebuffer: Add panel-dimensions property
Commit fbf0ea2 ("of: property: fw_devlink: Add a devlink for panel followers") added a probe ordering hint. This is not necessary for simple-framebuffer which is expected to be left in an useable state by the bootloader. simpledrm uses the panel property only to query the physical dimensions. Add panel-dimensions property which comes without probe ordering. simpledrm will parse both properties. Signed-off-by: Janne Grunau <[email protected]>
1 parent 07f3a48 commit 94526c6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/display/simple-framebuffer.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ description: |+
2626
over control to a driver for the real hardware. The bindings for the
2727
hw nodes must specify which node is considered the primary node.
2828
29-
If a panel node is given, then the driver uses this to configure the
29+
If a panel or panel-dimensions node is given, then the driver uses
30+
this to configure the
3031
physical width and height of the display. If no panel node is given,
3132
then the driver uses the width and height properties of the simplefb
3233
node to estimate it.
@@ -126,6 +127,10 @@ properties:
126127
$ref: /schemas/types.yaml#/definitions/phandle
127128
description: Display panel node
128129

130+
panel-dimensions:
131+
$ref: /schemas/types.yaml#/definitions/phandle
132+
description: Display panel node (without enforcing probe order)
133+
129134
allwinner,pipeline:
130135
description: Pipeline used by the framebuffer on Allwinner SoCs
131136
enum:

0 commit comments

Comments
 (0)