diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2017-03-29 19:30:31 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-04-04 18:57:24 +0200 |
commit | 929ded3dd7ce91d9ef4143d673b4ace2eb9ab355 (patch) | |
tree | ce277d4830e29a767172262b470d22630bf4dfd2 /include/dt-bindings | |
parent | ARM: dts: koelsch: Correct clock frequency of X2 DU clock input (diff) | |
download | linux-929ded3dd7ce91d9ef4143d673b4ace2eb9ab355.tar.xz linux-929ded3dd7ce91d9ef4143d673b4ace2eb9ab355.zip |
ARM: dts: r7s72100: add rtc clock to device tree
Add the realtime clock functional clock source.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/r7s72100-clock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/r7s72100-clock.h b/include/dt-bindings/clock/r7s72100-clock.h index cd2ed5194255..bc256d31099a 100644 --- a/include/dt-bindings/clock/r7s72100-clock.h +++ b/include/dt-bindings/clock/r7s72100-clock.h @@ -29,6 +29,9 @@ #define R7S72100_CLK_OSTM0 1 #define R7S72100_CLK_OSTM1 0 +/* MSTP6 */ +#define R7S72100_CLK_RTC 0 + /* MSTP7 */ #define R7S72100_CLK_ETHER 4 |