Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: fec: add pps channel property

Add fsl,pps-channel property to select where to connect the PPS signal.
This depends on the internal SoC routing and on the board, for example
on the i.MX8 SoC it can be connected to an external pin (using channel 1)
or to internal eDMA as DMA request (channel 0).

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Francesco Dolcini and committed by
Paolo Abeni
1aa772be 5d6a8aea

+7
+7
Documentation/devicetree/bindings/net/fsl,fec.yaml
··· 183 183 description: 184 184 Register bits of stop mode control, the format is <&gpr req_gpr req_bit>. 185 185 186 + fsl,pps-channel: 187 + $ref: /schemas/types.yaml#/definitions/uint32 188 + default: 0 189 + description: 190 + Specifies to which timer instance the PPS signal is routed. 191 + enum: [0, 1, 2, 3] 192 + 186 193 mdio: 187 194 $ref: mdio.yaml# 188 195 unevaluatedProperties: false