Skip to content

Commit

Permalink
dt-bindings: timer: tpm: fix typo of clock name
Browse files Browse the repository at this point in the history
The clock name should be ipg instead of igp.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
  • Loading branch information
Anson Huang authored and Daniel Lezcano committed Mar 30, 2018
1 parent 1c00289 commit cc01456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Required properties:
- interrupts : Should be the clock event device interrupt.
- clocks : The clocks provided by the SoC to drive the timer, must contain
an entry for each entry in clock-names.
- clock-names : Must include the following entries: "igp" and "per".
- clock-names : Must include the following entries: "ipg" and "per".

Example:
tpm5: tpm@40260000 {
Expand Down

0 comments on commit cc01456

Please sign in to comment.