diff options
author | Olof Johansson <olof@lixom.net> | 2015-04-01 19:29:08 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-01 19:29:31 -0400 |
commit | d36d520ae669ab95e6113f3a5e52493dfaa59f8d (patch) | |
tree | 1c68428a8f4b46db0a844684a41dbfde406af319 /include/dt-bindings | |
parent | 369237ab1fe5539091320f47781d6fe2db0241b9 (diff) | |
parent | 914d7d148411997c2f76f689338d27c362300b7a (diff) |
Merge tag 'renesas-r8a73a4-ccf-and-multiplatform-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/multiplatform
Merge "Renesas ARM Based SoC r8a73a4 CCF and Multiplatform Updates for
v4.1" from Simon Horman:
* Add CCF and them multiplatform support to r8a73a4 SoC and its
ape6evm board.
* Then remove legacy r8a73a4 SoC and ape6evm board code.
----------------------------------------------------------------
Geert Uytterhoeven (6):
ARM: shmobile: r8a73a4 dtsi: Add Bus State Controller node
ARM: shmobile: ape6evm dts: Move Ethernet node to BSC
ARM: shmobile: r8a73a4: Move pfc node to work around probe ordering bug
ARM: shmobile: ape6evm dts: Drop console= bootargs parameter
PM / Domains: R-Mobile SYSC: Document R-Mobile APE6 (r8a73a4) binding
ARM: shmobile: r8a73a4 dtsi: Add PM domain support
Laurent Pinchart (1):
ARM: shmobile: r8a73a4: Remove legacy code
Simon Horman (1):
ARM: shmobile: r8a73a4: ape6evm: Remove legacy platform
Ulrich Hecht (5):
ARM: shmobile: r8a73a4: Add CPG register bits header
ARM: shmobile: r8a73a4: Common clock framework DT description
ARM: shmobile: ape6evm: Disable legacy clock initialization
ARM: shmobile: r8a73a4: Add MSTP clock assignments to DT
ARM: shmobile: ape6evm-reference: Remove board C code and DT file
Documentation/devicetree/bindings/arm/shmobile.txt | 2 -
.../bindings/power/renesas,sysc-rmobile.txt | 1 +
MAINTAINERS | 1 -
arch/arm/boot/dts/Makefile | 2 -
arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 156 -----
arch/arm/boot/dts/r8a73a4-ape6evm.dts | 37 +-
arch/arm/boot/dts/r8a73a4.dtsi | 557 ++++++++++++++++-
arch/arm/configs/ape6evm_defconfig | 109 ----
arch/arm/mach-shmobile/Kconfig | 25 -
arch/arm/mach-shmobile/Makefile | 3 -
arch/arm/mach-shmobile/Makefile.boot | 2 -
arch/arm/mach-shmobile/board-ape6evm-reference.c | 60 --
arch/arm/mach-shmobile/board-ape6evm.c | 306 ----------
arch/arm/mach-shmobile/clock-r8a73a4.c | 659 ---------------------
arch/arm/mach-shmobile/r8a73a4.h | 17 -
arch/arm/mach-shmobile/setup-r8a73a4.c | 273 +--------
include/dt-bindings/clock/r8a73a4-clock.h | 62 ++
17 files changed, 615 insertions(+), 1657 deletions(-)
delete mode 100644 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
delete mode 100644 arch/arm/configs/ape6evm_defconfig
delete mode 100644 arch/arm/mach-shmobile/board-ape6evm-reference.c
delete mode 100644 arch/arm/mach-shmobile/board-ape6evm.c
delete mode 100644 arch/arm/mach-shmobile/clock-r8a73a4.c
delete mode 100644 arch/arm/mach-shmobile/r8a73a4.h
create mode 100644 include/dt-bindings/clock/r8a73a4-clock.h
* tag 'renesas-r8a73a4-ccf-and-multiplatform-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: r8a73a4: Remove legacy code
ARM: shmobile: r8a73a4 dtsi: Add PM domain support
PM / Domains: R-Mobile SYSC: Document R-Mobile APE6 (r8a73a4) binding
ARM: shmobile: ape6evm dts: Drop console= bootargs parameter
ARM: shmobile: r8a73a4: ape6evm: Remove legacy platform
ARM: shmobile: ape6evm-reference: Remove board C code and DT file
ARM: shmobile: r8a73a4: Move pfc node to work around probe ordering bug
ARM: shmobile: ape6evm dts: Move Ethernet node to BSC
ARM: shmobile: r8a73a4 dtsi: Add Bus State Controller node
ARM: shmobile: r8a73a4: Add MSTP clock assignments to DT
ARM: shmobile: ape6evm: Disable legacy clock initialization
ARM: shmobile: r8a73a4: Common clock framework DT description
ARM: shmobile: r8a73a4: Add CPG register bits header
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/r8a73a4-clock.h | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/r8a73a4-clock.h b/include/dt-bindings/clock/r8a73a4-clock.h new file mode 100644 index 000000000000..9a4b4c9ca44a --- /dev/null +++ b/include/dt-bindings/clock/r8a73a4-clock.h | |||
@@ -0,0 +1,62 @@ | |||
1 | /* | ||
2 | * Copyright 2014 Ulrich Hecht | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | ||
9 | |||
10 | #ifndef __DT_BINDINGS_CLOCK_R8A73A4_H__ | ||
11 | #define __DT_BINDINGS_CLOCK_R8A73A4_H__ | ||
12 | |||
13 | /* CPG */ | ||
14 | #define R8A73A4_CLK_MAIN 0 | ||
15 | #define R8A73A4_CLK_PLL0 1 | ||
16 | #define R8A73A4_CLK_PLL1 2 | ||
17 | #define R8A73A4_CLK_PLL2 3 | ||
18 | #define R8A73A4_CLK_PLL2S 4 | ||
19 | #define R8A73A4_CLK_PLL2H 5 | ||
20 | #define R8A73A4_CLK_Z 6 | ||
21 | #define R8A73A4_CLK_Z2 7 | ||
22 | #define R8A73A4_CLK_I 8 | ||
23 | #define R8A73A4_CLK_M3 9 | ||
24 | #define R8A73A4_CLK_B 10 | ||
25 | #define R8A73A4_CLK_M1 11 | ||
26 | #define R8A73A4_CLK_M2 12 | ||
27 | #define R8A73A4_CLK_ZX 13 | ||
28 | #define R8A73A4_CLK_ZS 14 | ||
29 | #define R8A73A4_CLK_HP 15 | ||
30 | |||
31 | /* MSTP2 */ | ||
32 | #define R8A73A4_CLK_DMAC 18 | ||
33 | #define R8A73A4_CLK_SCIFB3 17 | ||
34 | #define R8A73A4_CLK_SCIFB2 16 | ||
35 | #define R8A73A4_CLK_SCIFB1 7 | ||
36 | #define R8A73A4_CLK_SCIFB0 6 | ||
37 | #define R8A73A4_CLK_SCIFA0 4 | ||
38 | #define R8A73A4_CLK_SCIFA1 3 | ||
39 | |||
40 | /* MSTP3 */ | ||
41 | #define R8A73A4_CLK_CMT1 29 | ||
42 | #define R8A73A4_CLK_IIC1 23 | ||
43 | #define R8A73A4_CLK_IIC0 18 | ||
44 | #define R8A73A4_CLK_IIC7 17 | ||
45 | #define R8A73A4_CLK_IIC6 16 | ||
46 | #define R8A73A4_CLK_MMCIF0 15 | ||
47 | #define R8A73A4_CLK_SDHI0 14 | ||
48 | #define R8A73A4_CLK_SDHI1 13 | ||
49 | #define R8A73A4_CLK_SDHI2 12 | ||
50 | #define R8A73A4_CLK_MMCIF1 5 | ||
51 | #define R8A73A4_CLK_IIC2 0 | ||
52 | |||
53 | /* MSTP4 */ | ||
54 | #define R8A73A4_CLK_IIC3 11 | ||
55 | #define R8A73A4_CLK_IIC4 10 | ||
56 | #define R8A73A4_CLK_IIC5 9 | ||
57 | |||
58 | /* MSTP5 */ | ||
59 | #define R8A73A4_CLK_THERMAL 22 | ||
60 | #define R8A73A4_CLK_IIC8 15 | ||
61 | |||
62 | #endif /* __DT_BINDINGS_CLOCK_R8A73A4_H__ */ | ||