diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-03-28 11:22:35 +0800 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2018-03-30 22:44:09 +0200 |
commit | cc01456a0d9a3cbfec85cf23f2ce53323e8fc973 (patch) | |
tree | b2c7c7987e214f4b2cc399b0267ea7f6a32423bc /Documentation | |
parent | 1c00289ecd12471ba9733e61aaf1d39883a77b16 (diff) | |
download | linux-cc01456a0d9a3cbfec85cf23f2ce53323e8fc973.tar.gz linux-cc01456a0d9a3cbfec85cf23f2ce53323e8fc973.tar.bz2 linux-cc01456a0d9a3cbfec85cf23f2ce53323e8fc973.zip |
dt-bindings: timer: tpm: fix typo of clock name
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt b/Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt index b4aa7ddb5b13..f82087b220f4 100644 --- a/Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt +++ b/Documentation/devicetree/bindings/timer/nxp,tpm-timer.txt @@ -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 { |