1 From 895b50c0855bf5c19525249c388a4b72bf7b0302 Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime@cerno.tech>
3 Date: Wed, 23 Jun 2021 11:48:35 +0200
4 Subject: [PATCH] dt-bindings: display: vc4: Add phandle to the
7 The vc4 driver will need to tell the firmware that it takes over the
8 display for the firmware to free its resources (lower the clock, free
11 Let's add an optional phandle to our firmware node.
13 Signed-off-by: Maxime Ripard <maxime@cerno.tech>
15 .../devicetree/bindings/display/brcm,bcm2835-vc4.yaml | 5 +++++
16 1 file changed, 5 insertions(+)
18 --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml
19 +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml
20 @@ -21,6 +21,11 @@ properties:
24 + raspberrypi,firmware:
25 + $ref: /schemas/types.yaml#/definitions/phandle
27 + Phandle to the mailbox node to communicate with the firmware.