diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2018-09-27 17:12:58 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-10-15 21:30:43 +0300 |
commit | 22be0c6cec357ba4e15655a695d8abd9bab1290c (patch) | |
tree | 87f1b639eb5379301cc5e7b52bc9aeaf1168e75b | |
parent | b3da72593e14511967a5f96f5e329b022239a90e (diff) | |
download | linux-22be0c6cec357ba4e15655a695d8abd9bab1290c.tar.xz |
dt-bindings: timer: ostm: Add R7S9210 support
The R7S9210 belongs to the RZ/A2 SoC series
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/timer/renesas,ostm.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/renesas,ostm.txt b/Documentation/devicetree/bindings/timer/renesas,ostm.txt index be3ae0fdf775..81a78f8bcf17 100644 --- a/Documentation/devicetree/bindings/timer/renesas,ostm.txt +++ b/Documentation/devicetree/bindings/timer/renesas,ostm.txt @@ -9,7 +9,8 @@ Channels are independent from each other. Required Properties: - compatible: must be one or more of the following: - - "renesas,r7s72100-ostm" for the r7s72100 OSTM + - "renesas,r7s72100-ostm" for the R7S72100 (RZ/A1) OSTM + - "renesas,r7s9210-ostm" for the R7S9210 (RZ/A2) OSTM - "renesas,ostm" for any OSTM This is a fallback for the above renesas,*-ostm entries |