On Thu, 31 Oct 2019 23:20:06 -0400, vincent.cheng.xh@xxxxxxxxxxx wrote: > From: Vincent Cheng <vincent.cheng.xh@xxxxxxxxxxx> > > Add device tree binding doc for the IDT ClockMatrix PTP clock. > > Signed-off-by: Vincent Cheng <vincent.cheng.xh@xxxxxxxxxxx> > --- > Changes since v3: > - Reported-by: Rob Herring: > 1. Fix dtbs_check error: Warning (reg_format): > /example-0/phc@5b:reg: property has invalid length > > Changes since v2: > - As suggested by Rob Herring: > - Replace with DT schema > - Remove '-ptp' from compatible string > - Replace wildcard 'x' with the part numbers. > > Changes since v1: > - No changes > --- > .../devicetree/bindings/ptp/ptp-idtcm.yaml | 69 ++++++++++++++++++++++ > 1 file changed, 69 insertions(+) > create mode 100644 Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>