Skip to content

Commit

Permalink
dt-binding: display: bcm2711-hdmi: Add CEC and hotplug interrupts
Browse files Browse the repository at this point in the history
The CEC and hotplug interrupts were missing when that binding was
introduced, let's add them in now that we've figured out how it works.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Tested-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Link: https://patchwork.freedesktop.org/patch/msgid/20210111142309.193441-14-maxime@cerno.tech
  • Loading branch information
Maxime Ripard committed Jan 28, 2021
1 parent 4d03ed7 commit e7cbc68
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@ properties:
- const: audio
- const: cec

interrupts:
items:
- description: CEC TX interrupt
- description: CEC RX interrupt
- description: CEC stuck at low interrupt
- description: Wake-up interrupt
- description: Hotplug connected interrupt
- description: Hotplug removed interrupt

interrupt-names:
items:
- const: cec-tx
- const: cec-rx
- const: cec-low
- const: wakeup
- const: hpd-connected
- const: hpd-removed

ddc:
allOf:
- $ref: /schemas/types.yaml#/definitions/phandle
Expand Down Expand Up @@ -90,7 +108,7 @@ required:
- resets
- ddc

additionalProperties: false
unevaluatedProperties: false

examples:
- |
Expand Down

0 comments on commit e7cbc68

Please sign in to comment.