diff options
author | Dave Airlie <airlied@redhat.com> | 2022-09-22 20:34:08 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-09-22 20:52:08 +0300 |
commit | 320305923c88258ce50c75bf721e9bf2e420ab27 (patch) | |
tree | 686c973e92d818eb43a231dbbf88803deeff575e /Documentation/devicetree/bindings/display | |
parent | 849b1f33437e223c0933b4aa803356542386a989 (diff) | |
parent | cee3e5839cedcc71be755580dc9c0b87fd129116 (diff) | |
download | linux-320305923c88258ce50c75bf721e9bf2e420ab27.tar.xz |
Merge tag 'du-next-20220907' of git://linuxtv.org/pinchartl/media into drm-next
- Misc fixes and improvements to the R-Car DU driver
- Synopsys DW HDMI bridge DT bindings update
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/YxkL+tRI8uXDCvj9@pendragon.ideasonboard.com
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml b/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml index 0c9785c8db51..e3ec697f89e7 100644 --- a/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml @@ -38,6 +38,9 @@ properties: clock-names: maxItems: 2 + resets: + maxItems: 1 + ports: $ref: /schemas/graph.yaml#/properties/ports @@ -67,6 +70,7 @@ required: - reg - clocks - clock-names + - resets - interrupts - ports @@ -85,6 +89,7 @@ examples: clocks = <&cpg CPG_CORE R8A7795_CLK_S0D4>, <&cpg CPG_MOD 729>; clock-names = "iahb", "isfr"; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; + resets = <&cpg 729>; ports { #address-cells = <1>; |