diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-24 07:31:52 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-26 21:00:36 -0400 |
commit | f9d6ec6f546a061f5b9eeb53927f1bfac5fb8278 (patch) | |
tree | e980d9bb85f8cd7baa56121efde0468b74daf746 /Documentation | |
parent | ec95a345198fc97022c98b44446c96b31d693882 (diff) |
clocksource: sh_tmu: Document r8a7778 binding
The r8a7778 is very similar to the r8a7779, and already handled by
the current driver in the non-DT case.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt index 4ae7910af09f..cd5f20bf2582 100644 --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt | |||
@@ -10,6 +10,7 @@ Required Properties: | |||
10 | 10 | ||
11 | - compatible: must contain one or more of the following: | 11 | - compatible: must contain one or more of the following: |
12 | - "renesas,tmu-r8a7740" for the r8a7740 TMU | 12 | - "renesas,tmu-r8a7740" for the r8a7740 TMU |
13 | - "renesas,tmu-r8a7778" for the r8a7778 TMU | ||
13 | - "renesas,tmu-r8a7779" for the r8a7779 TMU | 14 | - "renesas,tmu-r8a7779" for the r8a7779 TMU |
14 | - "renesas,tmu" for any TMU. | 15 | - "renesas,tmu" for any TMU. |
15 | This is a fallback for the above renesas,tmu-* entries | 16 | This is a fallback for the above renesas,tmu-* entries |