diff options
author | Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> | 2014-12-11 12:21:14 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-12-21 19:07:20 +0900 |
commit | 3281480b70ceb9889b71f7b8a7bf54db3c05d40e (patch) | |
tree | 98124437205f1c2f1c254944f91f6d2cbe3a729c /include/dt-bindings | |
parent | cbf41168339adcb48de6a3537f88d4e85285db99 (diff) | |
download | lwn-3281480b70ceb9889b71f7b8a7bf54db3c05d40e.tar.gz lwn-3281480b70ceb9889b71f7b8a7bf54db3c05d40e.zip |
ARM: shmobile: r8a7794: Add QSPI clock to device tree
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
[horms: omitted device node and alias; only add clock]
[horms: use clock-indicies instead of renesas,clock-indicies]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'include/dt-bindings')
-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 c0bd14a5c6f3..fba89a49e815 100644 --- a/include/dt-bindings/clock/r8a7794-clock.h +++ b/include/dt-bindings/clock/r8a7794-clock.h @@ -86,6 +86,7 @@ #define R8A7794_CLK_GPIO2 10 #define R8A7794_CLK_GPIO1 11 #define R8A7794_CLK_GPIO0 12 +#define R8A7794_CLK_QSPI_MOD 17 /* MSTP11 */ #define R8A7794_CLK_SCIFA3 6 |