All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cao Van Dong <cv-dong@jinso.co.jp>
To: linux-renesas-soc@vger.kernel.org, horms+renesas@verge.net.au,
	geert+renesas@glider.be, broonie@kernel.org,
	devicetree@vger.kernel.org, mark.rutland@arm.com,
	daniel.lezcano@linaro.org, tglx@linutronix.de, robh@kernel.org
Cc: yoshihiro.shimoda.uh@renesas.com,
	kuninori.morimoto.gx@renesas.com, h-inayoshi@jinso.co.jp,
	na-hoan@jinso.co.jp, cv-dong@jinso.co.jp
Subject: [PATCH v2 4/5] arm64: dts: renesas: r8a77965: Add TPU support
Date: Thu, 25 Apr 2019 10:25:16 +0900	[thread overview]
Message-ID: <1556155517-5054-5-git-send-email-cv-dong@jinso.co.jp> (raw)
In-Reply-To: <1556155517-5054-1-git-send-email-cv-dong@jinso.co.jp>

Add tpu device node to dtsi for TPU support on r8a77965 SoC.

Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
---
 arch/arm64/boot/dts/renesas/r8a77965.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
index d8b8172..d83a2d1 100644
--- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
@@ -1125,6 +1125,17 @@
 			status = "disabled";
 		};
 
+		tpu: pwm@e6e80000 {
+			compatible = "renesas,tpu-r8a77965", "renesas,tpu";
+			reg = <0 0xe6e80000 0 0x148>;
+			interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 304>;
+			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
+			resets = <&cpg 304>;
+			#pwm-cells = <3>;
+			status = "disabled";
+		};
+
 		msiof0: spi@e6e90000 {
 			compatible = "renesas,msiof-r8a77965",
 				     "renesas,rcar-gen3-msiof";
-- 
2.7.4

  parent reply	other threads:[~2019-04-25  1:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-25  1:25 [PATCH v2 0/5] Add TPU support for R-Car H3/M3-W/M3-N Cao Van Dong
2019-04-25  1:25 ` [PATCH v2 1/5] clk: renesas: r8a779{5|6|65}: Add TPU clock Cao Van Dong
2019-04-26  8:39   ` Geert Uytterhoeven
2019-04-25  1:25 ` [PATCH v2 2/5] arm64: dts: renesas: r8a7795: Add TPU support Cao Van Dong
2019-05-03  9:25   ` Geert Uytterhoeven
2019-05-07  5:44   ` Cao Van Dong
2019-04-25  1:25 ` [PATCH v2 3/5] arm64: dts: renesas: r8a7796: " Cao Van Dong
2019-05-03  9:26   ` Geert Uytterhoeven
2019-05-07  5:45   ` Cao Van Dong
2019-04-25  1:25 ` Cao Van Dong [this message]
2019-05-03  9:28   ` [PATCH v2 4/5] arm64: dts: renesas: r8a77965: " Geert Uytterhoeven
2019-04-25  1:25 ` [PATCH v2 5/5] dt-bindings: pwm: renesas: tpu: Document R8A779{5|6|65} bindings Cao Van Dong
2019-05-01 20:02   ` Rob Herring
2019-05-01 20:02     ` Rob Herring
2019-05-03  9:25   ` Geert Uytterhoeven
2019-05-08 10:07   ` Simon Horman
2019-04-26  9:41 ` [PATCH v2 0/5] Add TPU support for R-Car H3/M3-W/M3-N Simon Horman
2019-05-07  5:48   ` Cao Van Dong
2019-05-08 10:08 ` Simon Horman

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=1556155517-5054-5-git-send-email-cv-dong@jinso.co.jp \
    --to=cv-dong@jinso.co.jp \
    --cc=broonie@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=h-inayoshi@jinso.co.jp \
    --cc=horms+renesas@verge.net.au \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=na-hoan@jinso.co.jp \
    --cc=robh@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /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.