diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2023-01-16 09:55:32 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-01-18 13:56:38 +0100 |
commit | 2b76af68d8e5ecc936e70eb9c09d5591b0809fef (patch) | |
tree | 2caeef2f1f739e5857e9c56adf5f30096ec0bfbf /Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml | |
parent | Merge branch 'stmmac-imx93' (diff) | |
download | linux-2b76af68d8e5ecc936e70eb9c09d5591b0809fef.tar.xz linux-2b76af68d8e5ecc936e70eb9c09d5591b0809fef.zip |
dt-binding: net: ti: am65x-cpts: add 'ti,pps' property
Add the ti,pps property used to indicate the pair of HWx_TS_PUSH input and
the TS_GENFy output.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml b/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml index 6230f576134b..3e910d3b24a0 100644 --- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml +++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml @@ -93,6 +93,14 @@ properties: description: Number of timestamp Generator function outputs (TS_GENFx) + ti,pps: + $ref: /schemas/types.yaml#/definitions/uint32-array + minItems: 2 + maxItems: 2 + description: | + The pair of HWx_TS_PUSH input and TS_GENFy output indexes used for + PPS events generation. Platform/board specific. + refclk-mux: type: object additionalProperties: false |