diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-06 17:58:11 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-03-10 10:21:10 +0100 |
commit | 133a3f1a19c99218a39e9d3e91e9e5442fa0f191 (patch) | |
tree | 47a13f37c8714b6794d7e2a571033b7285136000 /include | |
parent | 90dce5428ae5499f06d91297ef10b3b613044774 (diff) | |
download | linux-stable-133a3f1a19c99218a39e9d3e91e9e5442fa0f191.tar.gz linux-stable-133a3f1a19c99218a39e9d3e91e9e5442fa0f191.tar.bz2 linux-stable-133a3f1a19c99218a39e9d3e91e9e5442fa0f191.zip |
ARM: dts: r8a7794: 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')
-rw-r--r-- | include/dt-bindings/clock/r8a7794-clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/r8a7794-clock.h b/include/dt-bindings/clock/r8a7794-clock.h index 88e64846cf37..a26776f7dedd 100644 --- a/include/dt-bindings/clock/r8a7794-clock.h +++ b/include/dt-bindings/clock/r8a7794-clock.h @@ -64,6 +64,7 @@ /* MSTP4 */ #define R8A7794_CLK_IRQC 7 +#define R8A7794_CLK_INTC_SYS 8 /* MSTP5 */ #define R8A7794_CLK_AUDIO_DMAC0 2 |