aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2017-10-09 23:20:03 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-10-11 03:53:25 -0400
commit68a48afa6540f0bd193167f91283915ca8a4225e (patch)
treeac24d8be5e93a4e330d03509e3fd4495a82349a5
parentcc67ae90be461ff78ed0b92681213e988138312a (diff)
dt-bindings: display: sun4i: Add binding for A31 HDMI controller
The HDMI controller in the A31 SoC is slightly different from the earlier version. In addition to the TMDS clock and DDC controls, this version now takes a second DDC clock input. Add a compatible string for it, and add the DDC clock input to the list of clocks required. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171010032008.682-7-wens@csie.org
-rw-r--r--Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
index 92441086caba..46df3b78ae9e 100644
--- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
+++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
@@ -41,14 +41,17 @@ CEC. It is one end of the pipeline.
41Required properties: 41Required properties:
42 - compatible: value must be one of: 42 - compatible: value must be one of:
43 * allwinner,sun5i-a10s-hdmi 43 * allwinner,sun5i-a10s-hdmi
44 * allwinner,sun6i-a31-hdmi
44 - reg: base address and size of memory-mapped region 45 - reg: base address and size of memory-mapped region
45 - interrupts: interrupt associated to this IP 46 - interrupts: interrupt associated to this IP
46 - clocks: phandles to the clocks feeding the HDMI encoder 47 - clocks: phandles to the clocks feeding the HDMI encoder
47 * ahb: the HDMI interface clock 48 * ahb: the HDMI interface clock
48 * mod: the HDMI module clock 49 * mod: the HDMI module clock
50 * ddc: the HDMI ddc clock (A31 only)
49 * pll-0: the first video PLL 51 * pll-0: the first video PLL
50 * pll-1: the second video PLL 52 * pll-1: the second video PLL
51 - clock-names: the clock names mentioned above 53 - clock-names: the clock names mentioned above
54 - resets: phandle to the reset control for the HDMI encoder (A31 only)
52 - dmas: phandles to the DMA channels used by the HDMI encoder 55 - dmas: phandles to the DMA channels used by the HDMI encoder
53 * ddc-tx: The channel for DDC transmission 56 * ddc-tx: The channel for DDC transmission
54 * ddc-rx: The channel for DDC reception 57 * ddc-rx: The channel for DDC reception