All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
Subject: [PATCH 3/3] TEST: arm64: dts: renesas: spider: Enable CMT
Date: Wed, 13 Jul 2022 12:14:47 +0200	[thread overview]
Message-ID: <20220713101447.3804-4-wsa+renesas@sang-engineering.com> (raw)
In-Reply-To: <20220713101447.3804-1-wsa+renesas@sang-engineering.com>

This patch enables CMT{0|1|2|3} on the Spider board.

Only for testing, not for upstream!

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi b/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi
index 7ef9f7cfe10f..51d31a62879f 100644
--- a/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi
@@ -41,6 +41,22 @@ reg_3p3v: regulator-3p3v {
 	};
 };
 
+&cmt0 {
+	status = "okay";
+};
+
+&cmt1 {
+	status = "okay";
+};
+
+&cmt2 {
+	status = "okay";
+};
+
+&cmt3 {
+	status = "okay";
+};
+
 &extal_clk {
 	clock-frequency = <20000000>;
 };
-- 
2.35.1


      parent reply	other threads:[~2022-07-13 10:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-13 10:14 [PATCH 0/3] r8a779f0: enable CMT timers Wolfram Sang
2022-07-13 10:14 ` [PATCH 1/3] clk: renesas: r8a779f0: Add CMT clocks Wolfram Sang
2022-07-19  7:52   ` Geert Uytterhoeven
2022-07-13 10:14 ` [PATCH 2/3] arm64: dts: renesas: r8a779f0: Add CMT support Wolfram Sang
2022-07-21 10:04   ` Geert Uytterhoeven
2022-07-13 10:14 ` Wolfram Sang [this message]

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=20220713101447.3804-4-wsa+renesas@sang-engineering.com \
    --to=wsa+renesas@sang-engineering.com \
    --cc=linux-renesas-soc@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.