From: Arun Parameswaran Date: Mon, 12 Jun 2017 20:26:00 +0000 (-0700) Subject: dt-binding: ptp: add bindings document for dte based ptp clock X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=80d6076140b2bc0e6b9951f6aacc3de55ceb37fd;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git dt-binding: ptp: add bindings document for dte based ptp clock Add device tree binding documentation for the Broadcom DTE PTP clock driver. Signed-off-by: Arun Parameswaran Signed-off-by: David S. Miller --- diff --git a/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt b/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt new file mode 100644 index 000000000000..07590bcdad15 --- /dev/null +++ b/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt @@ -0,0 +1,13 @@ +* Broadcom Digital Timing Engine(DTE) based PTP clock driver + +Required properties: +- compatible: should be "brcm,ptp-dte" +- reg: address and length of the DTE block's NCO registers + +Example: + +ptp_dte: ptp_dte@180af650 { + compatible = "brcm,ptp-dte"; + reg = <0x180af650 0x10>; + status = "okay"; +};