Skip to content

Commit 3e4e1c5

Browse files
yashijhedberg
authored andcommitted
drivers: timer: Improve wording for AMD Xilinx PS TTC support
Clarify that the AMD Xilinx PS Triple Timer Counter (TTC) is used in both Zynq UltraScale+ MPSoC (ZynqMP) and Versal platforms. Update the device tree binding description and Kconfig accordingly. Also, rephrase the Kconfig help text to fix grammar issues and improve clarity. Signed-off-by: Yasushi SHOJI <[email protected]>
1 parent a825e01 commit 3e4e1c5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

drivers/timer/Kconfig.xlnx_psttc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
config XLNX_PSTTC_TIMER
7-
bool "Xilinx PS ttc timer support"
7+
bool "Xilinx PS Triple-Timer Counter support"
88
default y
99
depends on DT_HAS_XLNX_TTCPS_ENABLED
1010
select TICKLESS_CAPABLE
1111
help
12-
This module implements a kernel device driver for the Xilinx ZynqMP
13-
platform provides the standard "system clock driver" interfaces.
14-
If unchecked, no timer will be used.
12+
Enable the AMD Xilinx PS Triple Timer Counter (TTC) timer driver for
13+
Zynq UltraScale+ MPSoC (ZynqMP) and Versal platforms. This TTC-based
14+
timer driver provides the "standard system clock driver" interface.
15+
If disabled, the TTC will not be used as the system timer.
1516

1617
config XLNX_PSTTC_TIMER_INDEX
17-
int "Xilinx PS ttc timer index"
18+
int "Xilinx PS Triple-Timer Counter index"
1819
range 0 3
1920
default 0
2021
depends on XLNX_PSTTC_TIMER

dts/bindings/timer/xlnx,ttcps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Xilinx ZynqMP PS TTC timer
1+
description: Xilinx PS Triple-Timer Counter
22

33
compatible: "xlnx,ttcps"
44

0 commit comments

Comments
 (0)