From: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
To: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Geert Uytterhoeven
<geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Subject: [PATCH 13/13] ARM: dts: sh73a0: Add clocks for CA9 CPU cores
Date: Thu, 12 Oct 2017 11:35:16 +0200 [thread overview]
Message-ID: <1507800916-11509-14-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1507800916-11509-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Improve hardware description by adding clocks properties to the device
nodes corresponding to the CA9 CPU cores.
Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
arch/arm/boot/dts/sh73a0.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
index f841895e5adc615a..a074106839a62e37 100644
--- a/arch/arm/boot/dts/sh73a0.dtsi
+++ b/arch/arm/boot/dts/sh73a0.dtsi
@@ -27,6 +27,7 @@
compatible = "arm,cortex-a9";
reg = <0>;
clock-frequency = <1196000000>;
+ clocks = <&cpg_clocks SH73A0_CLK_Z>;
power-domains = <&pd_a2sl>;
next-level-cache = <&L2>;
};
@@ -35,6 +36,7 @@
compatible = "arm,cortex-a9";
reg = <1>;
clock-frequency = <1196000000>;
+ clocks = <&cpg_clocks SH73A0_CLK_Z>;
power-domains = <&pd_a2sl>;
next-level-cache = <&L2>;
};
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-10-12 9:35 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-12 9:35 [PATCH 00/13] ARM: dts: renesas: Add missing clocks for ARM CPU cores Geert Uytterhoeven
2017-10-12 9:35 ` [PATCH 01/13] dt-bindings: clk: r7s72100: Add missing I and G clocks Geert Uytterhoeven
[not found] ` <1507800916-11509-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-10-12 9:35 ` [PATCH 02/13] ARM: dts: r7s72100: Add clock for CA9 CPU core Geert Uytterhoeven
2017-10-12 9:35 ` [PATCH 03/13] ARM: dts: r8a73a4: Add clock for CA15 CPU0 core Geert Uytterhoeven
2017-10-12 9:35 ` [PATCH 04/13] ARM: dts: r8a7743: Add missing clock for secondary CA15 CPU core Geert Uytterhoeven
2017-10-13 6:23 ` Chris Paterson
2017-10-12 9:35 ` [PATCH 06/13] ARM: dts: r8a7779: Add clocks for CA9 CPU cores Geert Uytterhoeven
2017-10-12 9:35 ` [PATCH 07/13] ARM: dts: r8a7790: Add missing clocks for secondary CA15 " Geert Uytterhoeven
2017-10-16 9:42 ` Simon Horman
2017-10-12 9:35 ` [PATCH 08/13] ARM: dts: r8a7790: Add clocks for CA7 " Geert Uytterhoeven
[not found] ` <1507800916-11509-9-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-10-16 9:42 ` Simon Horman
2017-10-12 9:35 ` [PATCH 09/13] ARM: dts: r8a7791: Add missing clock for secondary CA15 CPU core Geert Uytterhoeven
2017-10-12 9:35 ` [PATCH 10/13] ARM: dts: r8a7792: " Geert Uytterhoeven
2017-10-12 9:35 ` Geert Uytterhoeven [this message]
2017-10-16 9:53 ` [PATCH 00/13] ARM: dts: renesas: Add missing clocks for ARM CPU cores Simon Horman
2017-10-12 9:35 ` [PATCH 05/13] ARM: dts: r8a7778: Add clock for CA9 CPU core Geert Uytterhoeven
2017-10-12 9:35 ` [PATCH 11/13] ARM: dts: r8a7793: Add missing clock for secondary CA15 " Geert Uytterhoeven
2017-10-12 9:35 ` [PATCH 12/13] ARM: dts: r8a7794: Add missing clock for secondary CA7 " Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1507800916-11509-14-git-send-email-geert+renesas@glider.be \
--to=geert+renesas-gxvu3+zwzmszqb+pc5nmwq@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).