Message ID | 20200427035131.21109-1-yangbo.lu@nxp.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 6c660819d533e307ec94095f146c48ca6a377d4f |
Headers | show |
Series | arm64: dts: fsl: add fsl,extts-fifo property for fman ptp | expand |
On Mon, Apr 27, 2020 at 11:51:31AM +0800, Yangbo Lu wrote: > The 1588 timer supports external trigger timestamp FIFO on > FMan on QorIQ ARM platforms. > > Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Acked-by: Richard Cochran <richardcochran@gmail.com>
On Mon, Apr 27, 2020 at 11:51:31AM +0800, Yangbo Lu wrote: > The 1588 timer supports external trigger timestamp FIFO on > FMan on QorIQ ARM platforms. > > Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Applied, thanks.
diff --git a/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi b/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi index 263b972..8bc6caa 100644 --- a/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi +++ b/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi @@ -81,4 +81,5 @@ ptp_timer0: ptp-timer@1afe000 { reg = <0x0 0x1afe000 0x0 0x1000>; interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clockgen 3 0>; + fsl,extts-fifo; };
The 1588 timer supports external trigger timestamp FIFO on FMan on QorIQ ARM platforms. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> --- arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi | 1 + 1 file changed, 1 insertion(+)