On Mon, Aug 01, 2022 at 03:17:46PM +0200, Marek Vasut wrote: > The ICN6211 is capable of deriving its internal PLL clock from either > MIPI DSI HS clock, external REFCLK clock, or even internal oscillator. > Currently supported is only the first option. Document support for > external REFCLK clock input in addition to that. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Jagan Teki <ja...@amarulasolutions.com> > Cc: Laurent Pinchart <laurent.pinch...@ideasonboard.com> > Cc: Linus Walleij <linus.wall...@linaro.org> > Cc: Rob Herring <r...@kernel.org> > Cc: Robert Foss <robert.f...@linaro.org> > Cc: Sam Ravnborg <s...@ravnborg.org> > Cc: dri-devel@lists.freedesktop.org > Cc: devicet...@vger.kernel.org > --- > .../bindings/display/bridge/chipone,icn6211.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git > a/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > index 4f0b7c71313c3..18563ebed1a96 100644 > --- a/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml > @@ -24,6 +24,15 @@ properties: > maxItems: 1 > description: virtual channel number of a DSI peripheral > > + clock-names: > + const: "refclk"
Drop quotes. With that, Reviewed-by: Rob Herring <r...@kernel.org>