diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-06 17:58:07 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-03-10 10:20:02 +0100 |
commit | 9e58523624fc063ce43ad3ef2bf6d603bda50a5e (patch) | |
tree | d6dff182bec532dc67a9e1a38bb4fe2a13331f77 /include/dt-bindings/clock/r8a7790-clock.h | |
parent | ARM: dts: r8a73a4: Add INTC-SYS clock to device tree (diff) | |
download | linux-9e58523624fc063ce43ad3ef2bf6d603bda50a5e.tar.xz linux-9e58523624fc063ce43ad3ef2bf6d603bda50a5e.zip |
ARM: dts: r8a7790: Add INTC-SYS clock to device tree
Link the ARM GIC to the INTC-SYS module clock, and add it to the "always
on" PM Domain, so it can be power managed using that clock.
Note that currently the GIC-400 driver doesn't support module clocks nor
Runtime PM, so this must be handled as a critical clock.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/dt-bindings/clock/r8a7790-clock.h')
-rw-r--r-- | include/dt-bindings/clock/r8a7790-clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/r8a7790-clock.h b/include/dt-bindings/clock/r8a7790-clock.h index fa5e8da809f2..20641fa68e73 100644 --- a/include/dt-bindings/clock/r8a7790-clock.h +++ b/include/dt-bindings/clock/r8a7790-clock.h @@ -82,6 +82,7 @@ /* MSTP4 */ #define R8A7790_CLK_IRQC 7 +#define R8A7790_CLK_INTC_SYS 8 /* MSTP5 */ #define R8A7790_CLK_AUDIO_DMAC1 1 |