On Sun, 1 Sep 2019 17:58:23 -0500, David Lechner wrote: > This documents device tree binding for the Texas Instruments Enhanced > Quadrature Encoder Pulse (eQEP) Module found in various TI SoCs. > > Signed-off-by: David Lechner <david@xxxxxxxxxxxxxx> > --- > > v3 changes: > - fixed style issues > - fixed generic node name > - (was suggested to drop descriptions since there is only one interrupt and one > clock, but I opted to keep them anyway) > v2 changes: > - convert to .yaml format > - rename clock to "sysclkout" > > .../devicetree/bindings/counter/ti-eqep.yaml | 50 +++++++++++++++++++ > 1 file changed, 50 insertions(+) > create mode 100644 Documentation/devicetree/bindings/counter/ti-eqep.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>