All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
To: cip-dev@lists.cip-project.org,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
	Pavel Machek <pavel@denx.de>
Cc: Biju Das <biju.das.jz@bp.renesas.com>
Subject: [PATCH 5.10.y-cip 17/31] arm64: dts: renesas: r9a07g054: Fillup the ADC stub node
Date: Tue, 16 Aug 2022 13:33:52 +0100	[thread overview]
Message-ID: <20220816123406.27553-18-prabhakar.mahadev-lad.rj@bp.renesas.com> (raw)
In-Reply-To: <20220816123406.27553-1-prabhakar.mahadev-lad.rj@bp.renesas.com>

commit 8eb5092e64de30c003d8fe16a7eeacbfe29b7b84 upstream.

Fillup the ADC stub node in RZ/V2L (R9A07G054) SoC DTSI.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20220224125843.29733-3-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 39 +++++++++++++++++++++-
 1 file changed, 38 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r9a07g054.dtsi b/arch/arm64/boot/dts/renesas/r9a07g054.dtsi
index 5d39e765c291..3ddf0f24071c 100644
--- a/arch/arm64/boot/dts/renesas/r9a07g054.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a07g054.dtsi
@@ -260,8 +260,45 @@
 		};
 
 		adc: adc@10059000 {
+			compatible = "renesas,r9a07g054-adc", "renesas,rzg2l-adc";
 			reg = <0 0x10059000 0 0x400>;
-			/* place holder */
+			interrupts = <GIC_SPI 347 IRQ_TYPE_EDGE_RISING>;
+			clocks = <&cpg CPG_MOD R9A07G054_ADC_ADCLK>,
+				 <&cpg CPG_MOD R9A07G054_ADC_PCLK>;
+			clock-names = "adclk", "pclk";
+			resets = <&cpg R9A07G054_ADC_PRESETN>,
+				 <&cpg R9A07G054_ADC_ADRST_N>;
+			reset-names = "presetn", "adrst-n";
+			power-domains = <&cpg>;
+			status = "disabled";
+
+			#address-cells = <1>;
+			#size-cells = <0>;
+
+			channel@0 {
+				reg = <0>;
+			};
+			channel@1 {
+				reg = <1>;
+			};
+			channel@2 {
+				reg = <2>;
+			};
+			channel@3 {
+				reg = <3>;
+			};
+			channel@4 {
+				reg = <4>;
+			};
+			channel@5 {
+				reg = <5>;
+			};
+			channel@6 {
+				reg = <6>;
+			};
+			channel@7 {
+				reg = <7>;
+			};
 		};
 
 		sbc: spi@10060000 {
-- 
2.17.1



  parent reply	other threads:[~2022-08-16 12:34 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-16 12:33 [PATCH 5.10.y-cip 00/31] Renesas RZ/V2L extend peripheral support Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 01/31] ASoC: dt-bindings: renesas,rz-ssi: Document RZ/V2L SoC Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 02/31] spi: dt-bindings: renesas,rspi: " Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 03/31] dt-bindings: mmc: renesas,sdhi: " Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 04/31] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 05/31] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/V2L SoC Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 06/31] dt-bindings: can: renesas,rcar-canfd: Make interrupt-names required Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 07/31] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 08/31] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 09/31] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/V2L USBPHY Control bindings Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 10/31] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 11/31] dt-bindings: phy: renesas,usb2-phy: Document RZ/V2L phy bindings Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 12/31] dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 13/31] dt-bindings: soc: renesas: Move renesas,rzg2l-sysc from arm to soc Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 14/31] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 15/31] dt-bindings: thermal: rzg2l-thermal: Document RZ/V2L bindings Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 16/31] clk: renesas: r9a07g044: Fix OSTM1 module clock name Lad Prabhakar
2022-08-16 12:33 ` Lad Prabhakar [this message]
2022-08-16 12:33 ` [PATCH 5.10.y-cip 18/31] arm64: dts: renesas: r9a07g054: Fillup the SDHI{0,1} stub nodes Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 19/31] arm64: dts: renesas: r9a07g054l2-smarc: Drop deleting gpio-hog pins related to SDHI Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 20/31] arm64: dts: renesas: r9a07g054: Fillup the CANFD stub node Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 21/31] arm64: dts: renesas: r9a07g054l2-smarc: Drop deleting can{0,1}-stb-hog nodes Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 22/31] arm64: dts: renesas: r9a07g054: Fillup the I2C{0,1,2,3} stub nodes Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 23/31] arm64: dts: renesas: r9a07g054: Fillup the sbc stub node Lad Prabhakar
2022-08-16 12:33 ` [PATCH 5.10.y-cip 24/31] arm64: dts: renesas: r9a07g054: Fillup the OSTM{0,1,2} stub nodes Lad Prabhakar
2022-08-16 12:34 ` [PATCH 5.10.y-cip 25/31] arm64: dts: renesas: r9a07g054: Fillup the WDT{0,1,2} " Lad Prabhakar
2022-08-16 12:34 ` [PATCH 5.10.y-cip 26/31] arm64: dts: renesas: r9a07g054: Add SSI{1,2,3} nodes and fillup the SSI0 stub node Lad Prabhakar
2022-08-16 12:34 ` [PATCH 5.10.y-cip 27/31] arm64: dts: renesas: r9a07g054: Add USB2.0 phy and host support Lad Prabhakar
2022-08-16 12:34 ` [PATCH 5.10.y-cip 28/31] arm64: dts: renesas: r9a07g054: Add USB2.0 device support Lad Prabhakar
2022-08-16 12:34 ` [PATCH 5.10.y-cip 29/31] arm64: dts: renesas: r9a07g054: Add SPI{0,2} nodes and fillup SPI1 stub node Lad Prabhakar
2022-08-16 12:34 ` [PATCH 5.10.y-cip 30/31] arm64: dts: renesas: r9a07g054: Add OPP table Lad Prabhakar
2022-08-16 12:34 ` [PATCH 5.10.y-cip 31/31] arm64: dts: renesas: r9a07g054: Add TSU node Lad Prabhakar
2022-08-16 20:24 ` [PATCH 5.10.y-cip 00/31] Renesas RZ/V2L extend peripheral support Pavel Machek
2022-08-17  7:29   ` nobuhiro1.iwamatsu

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=20220816123406.27553-18-prabhakar.mahadev-lad.rj@bp.renesas.com \
    --to=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=pavel@denx.de \
    /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.