Message ID | 20210302162403.983585-5-hverkuil-cisco@xs4all.nl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/omap: hdmi: improve hdmi4 CEC, add CEC for hdmi5 | expand |
On 02/03/2021 18:24, Hans Verkuil wrote: > The cec clock is required as well in order to support HDMI CEC, > document this. > > Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> > --- > Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt b/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt > index 20861218649f..c321c67472f0 100644 > --- a/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt > +++ b/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt > @@ -89,8 +89,8 @@ Required properties: > - interrupts: the HDMI interrupt line > - ti,hwmods: "dss_hdmi" > - vdda-supply: vdda power supply > -- clocks: handles to fclk and pll clock > -- clock-names: "fck", "sys_clk" > +- clocks: handles to fclk, pll and cec clock > +- clock-names: "fck", "sys_clk", "cec" > > Optional nodes: > - Video port for HDMI output > Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Tomi
On Tue, 02 Mar 2021 17:24:01 +0100, Hans Verkuil wrote: > The cec clock is required as well in order to support HDMI CEC, > document this. > > Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> > --- > Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt b/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt index 20861218649f..c321c67472f0 100644 --- a/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt +++ b/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt @@ -89,8 +89,8 @@ Required properties: - interrupts: the HDMI interrupt line - ti,hwmods: "dss_hdmi" - vdda-supply: vdda power supply -- clocks: handles to fclk and pll clock -- clock-names: "fck", "sys_clk" +- clocks: handles to fclk, pll and cec clock +- clock-names: "fck", "sys_clk", "cec" Optional nodes: - Video port for HDMI output
The cec clock is required as well in order to support HDMI CEC, document this. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> --- Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)