Re: [PATCH 1/7] dt-bindings: mfd: ds90ux9xx: add description of TI DS90Ux9xx ICs

From: Linus Walleij
Date: Wed Oct 10 2018 - 04:42:02 EST


On Mon, Oct 8, 2018 at 11:12 PM Vladimir Zapolskiy <vz@xxxxxxxxx> wrote:
> From: Sandeep Jain <Sandeep_Jain@xxxxxxxxxx>
(...)
> +- ti,pixel-clock-edge : Selects Pixel Clock Edge.
> + Possible values are "<1>" or "<0>".
> + If "ti,pixel-clock-edge" is High <1>, output data is strobed on the
> + Rising edge of the PCLK. If ti,pixel-clock-edge is Low <0>, data is
> + strobed on the Falling edge of the PCLK.
> + If "ti,pixel-clock-edge" is not mentioned, the pixel clock edge
> + value is not touched and given by hardware pin strapping.

Please use the existing binding in
Documentation/devicetree/bindings/display/panel/display-timing.txt
for this: pixelclk-active = [<0>|<1>];

Please reference the above document in your binding.

Yours,
Linus Walleij