diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-03-18 19:55:58 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-05-11 15:00:09 +0900 |
commit | 1c2a7eb7169b855f6c3e9db036c6767052528ffe (patch) | |
tree | 40bec994e7d0bdb078af31e77a68a2abb27aab60 /include/dt-bindings | |
parent | dfaac7b7e4015ca2e690c7ea4421aec1405de966 (diff) |
ARM: shmobile: r8a73a4: Add IRQC clock to device tree
Link the external IRQ controllers irqc0 and irqc1 to the IRQC module
clock, so they can be power managed using that clock.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
[horms: corrected typo in changelog to refer to r8a73a4]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/dt-bindings')
-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 9a4b4c9ca44a..dd11ecdf837e 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_IRQC 7 /* MSTP5 */ #define R8A73A4_CLK_THERMAL 22 |