]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: r8a7794: Add QSPI clock to device tree
authorHisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Thu, 11 Dec 2014 03:21:14 +0000 (12:21 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 21 Dec 2014 10:07:20 +0000 (19:07 +0900)
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>
arch/arm/boot/dts/r8a7794.dtsi
include/dt-bindings/clock/r8a7794-clock.h

index 6d95638987e77566c7a4a542780b94bd20f86909..068ca0981ac9f1d6039d2780c9d27bfe5439be3a 100644 (file)
                        clock-output-names =
                                "vin1", "vin0", "ether";
                };
+               mstp9_clks: mstp9_clks@e6150994 {
+                       compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
+                       reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>;
+                       clocks = <&cpg_clocks R8A7794_CLK_QSPI>;
+                       #clock-cells = <1>;
+                       clock-indices = <R8A7794_CLK_QSPI_MOD>;
+                       clock-output-names = "qspi_mod";
+               };
                mstp11_clks: mstp11_clks@e615099c {
                        compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
                        reg = <0 0xe615099c 0 4>, <0 0xe61509ac 0 4>;
index c0bd14a5c6f3c711c17290b8733d9647556163bb..fba89a49e815b32e64b23ef624031715a165ca59 100644 (file)
@@ -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