diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-06 17:58:06 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-03-10 10:19:50 +0100 |
commit | c11333cc2e7ebe41e2aa4fa353abafa1f21a0662 (patch) | |
tree | 24a970d54c2cd0e41b7b67548debc00c843dfc01 /include/dt-bindings/clock/r8a73a4-clock.h | |
parent | ARM: dts: r7s72100: Add watchdog timer (diff) | |
download | linux-c11333cc2e7ebe41e2aa4fa353abafa1f21a0662.tar.xz linux-c11333cc2e7ebe41e2aa4fa353abafa1f21a0662.zip |
ARM: dts: r8a73a4: Add INTC-SYS clock to device tree
Link the ARM GIC to the INTC-SYS module clock and the C4 power domain,
so it can be power managed using that clock in the future.
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 '')
-rw-r--r-- | include/dt-bindings/clock/r8a73a4-clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/r8a73a4-clock.h b/include/dt-bindings/clock/r8a73a4-clock.h index dd11ecdf837e..4b3668157257 100644 --- a/include/dt-bindings/clock/r8a73a4-clock.h +++ b/include/dt-bindings/clock/r8a73a4-clock.h @@ -54,6 +54,7 @@ #define R8A73A4_CLK_IIC3 11 #define R8A73A4_CLK_IIC4 10 #define R8A73A4_CLK_IIC5 9 +#define R8A73A4_CLK_INTC_SYS 8 #define R8A73A4_CLK_IRQC 7 /* MSTP5 */ |