aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2014-06-11 02:53:27 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 06:58:26 -0400
commitbcde37225438687231bb9510c07e60dcb8db1988 (patch)
tree0fcf3e6ce323add10a1758954752d27e135a9fe5
parent29a647c396a054b087b124372ffb261f40ee9856 (diff)
ARM: shmobile: r8a7790: add MSTP10 support on DTSI
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/boot/dts/r8a7790.dtsi33
-rw-r--r--include/dt-bindings/clock/r8a7790-clock.h26
2 files changed, 59 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index e990d3c4fe62..0f83bd778a3d 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -835,6 +835,39 @@
835 "rcan1", "rcan0", "qspi_mod", "iic3", 835 "rcan1", "rcan0", "qspi_mod", "iic3",
836 "i2c3", "i2c2", "i2c1", "i2c0"; 836 "i2c3", "i2c2", "i2c1", "i2c0";
837 }; 837 };
838 mstp10_clks: mstp10_clks@e6150998 {
839 compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks";
840 reg = <0 0xe6150998 0 4>, <0 0xe61509a8 0 4>;
841 clocks = <&p_clk>,
842 <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>,
843 <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>,
844 <&p_clk>,
845 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
846 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
847 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
848 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
849 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>,
850 <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>;
851
852 #clock-cells = <1>;
853 clock-indices = <
854 R8A7790_CLK_SSI_ALL
855 R8A7790_CLK_SSI9 R8A7790_CLK_SSI8 R8A7790_CLK_SSI7 R8A7790_CLK_SSI6 R8A7790_CLK_SSI5
856 R8A7790_CLK_SSI4 R8A7790_CLK_SSI3 R8A7790_CLK_SSI2 R8A7790_CLK_SSI1 R8A7790_CLK_SSI0
857 R8A7790_CLK_SCU_ALL
858 R8A7790_CLK_SCU_DVC1 R8A7790_CLK_SCU_DVC0
859 R8A7790_CLK_SCU_SRC9 R8A7790_CLK_SCU_SRC8 R8A7790_CLK_SCU_SRC7 R8A7790_CLK_SCU_SRC6 R8A7790_CLK_SCU_SRC5
860 R8A7790_CLK_SCU_SRC4 R8A7790_CLK_SCU_SRC3 R8A7790_CLK_SCU_SRC2 R8A7790_CLK_SCU_SRC1 R8A7790_CLK_SCU_SRC0
861 >;
862 clock-output-names =
863 "ssi-all",
864 "ssi9", "ssi8", "ssi7", "ssi6", "ssi5",
865 "ssi4", "ssi3", "ssi2", "ssi1", "ssi0",
866 "scu-all",
867 "scu-dvc1", "scu-dvc0",
868 "scu-src9", "scu-src8", "scu-src7", "scu-src6", "scu-src5",
869 "scu-src4", "scu-src3", "scu-src2", "scu-src1", "scu-src0";
870 };
838 }; 871 };
839 872
840 qspi: spi@e6b10000 { 873 qspi: spi@e6b10000 {
diff --git a/include/dt-bindings/clock/r8a7790-clock.h b/include/dt-bindings/clock/r8a7790-clock.h
index 1118f7a4bca6..a16df68ac97d 100644
--- a/include/dt-bindings/clock/r8a7790-clock.h
+++ b/include/dt-bindings/clock/r8a7790-clock.h
@@ -107,4 +107,30 @@
107#define R8A7790_CLK_I2C1 30 107#define R8A7790_CLK_I2C1 30
108#define R8A7790_CLK_I2C0 31 108#define R8A7790_CLK_I2C0 31
109 109
110/* MSTP10 */
111#define R8A7790_CLK_SSI_ALL 5
112#define R8A7790_CLK_SSI9 6
113#define R8A7790_CLK_SSI8 7
114#define R8A7790_CLK_SSI7 8
115#define R8A7790_CLK_SSI6 9
116#define R8A7790_CLK_SSI5 10
117#define R8A7790_CLK_SSI4 11
118#define R8A7790_CLK_SSI3 12
119#define R8A7790_CLK_SSI2 13
120#define R8A7790_CLK_SSI1 14
121#define R8A7790_CLK_SSI0 15
122#define R8A7790_CLK_SCU_ALL 17
123#define R8A7790_CLK_SCU_DVC1 18
124#define R8A7790_CLK_SCU_DVC0 19
125#define R8A7790_CLK_SCU_SRC9 22
126#define R8A7790_CLK_SCU_SRC8 23
127#define R8A7790_CLK_SCU_SRC7 24
128#define R8A7790_CLK_SCU_SRC6 25
129#define R8A7790_CLK_SCU_SRC5 26
130#define R8A7790_CLK_SCU_SRC4 27
131#define R8A7790_CLK_SCU_SRC3 28
132#define R8A7790_CLK_SCU_SRC2 29
133#define R8A7790_CLK_SCU_SRC1 30
134#define R8A7790_CLK_SCU_SRC0 31
135
110#endif /* __DT_BINDINGS_CLOCK_R8A7790_H__ */ 136#endif /* __DT_BINDINGS_CLOCK_R8A7790_H__ */