Skip to content

Commit cc01456

Browse files
Anson-Huangdlezcano
authored andcommitted
dt-bindings: timer: tpm: fix typo of clock name
The clock name should be ipg instead of igp. Signed-off-by: Anson Huang <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 1c00289 commit cc01456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Required properties:
1515
- interrupts : Should be the clock event device interrupt.
1616
- clocks : The clocks provided by the SoC to drive the timer, must contain
1717
an entry for each entry in clock-names.
18-
- clock-names : Must include the following entries: "igp" and "per".
18+
- clock-names : Must include the following entries: "ipg" and "per".
1919

2020
Example:
2121
tpm5: tpm@40260000 {

0 commit comments

Comments
 (0)