diff options
| author | Yangbo Lu <[email protected]> | 2020-02-11 12:57:58 +0800 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2020-02-17 13:52:25 +0800 |
| commit | ab84bad5bb891b1d4dd4ea5cfaedf34190d10ff4 (patch) | |
| tree | eac28024f7356a70e58a44c8bffc0d6fca6e19f1 | |
| parent | 4671f9cf78c663f7d58415a87732eaa7a8c8288f (diff) | |
arm64: dts: ls1028a: support external trigger timestamp fifo of PTP timer
There is an external trigger timestamp fifo for PTP timer
of LS1028A. Add property fsl,extts-fifo for that.
Signed-off-by: Yangbo Lu <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi index 0bf375ec959b..da3906858430 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi @@ -722,6 +722,7 @@ reg = <0x000400 0 0 0 0>; clocks = <&clockgen 4 0>; little-endian; + fsl,extts-fifo; }; }; }; |