devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@edgeble.ai>
To: Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, Jagan Teki <jagan@edgeble.ai>
Subject: [PATCH 03/13] ARM: dts: rockchip: rv1126: Add pwm2 node
Date: Mon, 31 Jul 2023 16:05:08 +0530	[thread overview]
Message-ID: <20230731103518.2906147-4-jagan@edgeble.ai> (raw)
In-Reply-To: <20230731103518.2906147-1-jagan@edgeble.ai>

Add PWM2 node for Rockchip RV1126.

Signed-off-by: Jagan Teki <jagan@edgeble.ai>
---
 arch/arm/boot/dts/rockchip/rv1126.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/rockchip/rv1126.dtsi b/arch/arm/boot/dts/rockchip/rv1126.dtsi
index 1f07d0a4fa73..931a1ffc22e8 100644
--- a/arch/arm/boot/dts/rockchip/rv1126.dtsi
+++ b/arch/arm/boot/dts/rockchip/rv1126.dtsi
@@ -203,6 +203,17 @@ uart1: serial@ff410000 {
 		status = "disabled";
 	};
 
+	pwm2: pwm@ff430020 {
+		compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
+		reg = <0xff430020 0x10>;
+		clock-names = "pwm", "pclk";
+		clocks = <&pmucru CLK_PWM0>, <&pmucru PCLK_PWM0>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&pwm2m0_pins>;
+		#pwm-cells = <3>;
+		status = "disabled";
+	};
+
 	pmucru: clock-controller@ff480000 {
 		compatible = "rockchip,rv1126-pmucru";
 		reg = <0xff480000 0x1000>;
-- 
2.25.1


  parent reply	other threads:[~2023-07-31 10:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 10:35 [PATCH 00/13] arm64: rockchip: Add more RV1126 DT nodes Jagan Teki
2023-07-31 10:35 ` [PATCH 01/13] dt-bindings: pwm: rockchip: Document rv1126-pwm Jagan Teki
2023-07-31 14:51   ` Uwe Kleine-König
2023-08-09 14:02     ` Heiko Stuebner
2023-08-15 20:59       ` Krzysztof Kozlowski
2023-09-30 19:34         ` Uwe Kleine-König
2023-07-31 15:48   ` Conor Dooley
2023-07-31 10:35 ` [PATCH 02/13] ARM: dts: rockchip: rv1126: Add pwm2m0 pins Jagan Teki
2023-07-31 10:35 ` Jagan Teki [this message]
2023-07-31 10:35 ` [PATCH 04/13] ARM: dts: rockchip: rv1126: Add pwm11m0 pins Jagan Teki
2023-07-31 10:35 ` [PATCH 05/13] ARM: dts: rockchip: rv1126: Add pwm11 node Jagan Teki
2023-07-31 10:35 ` [PATCH 06/13] ARM: dts: rockchip: rv1126: Add SFC node Jagan Teki
2023-07-31 10:35 ` [PATCH 07/13] ARM: dts: rockchip: rv1126: Add FSPI pins Jagan Teki
2023-07-31 10:35 ` [PATCH 08/13] ARM: dts: rockchip: rv1126: Add uart5m2_xfer pins Jagan Teki
2023-07-31 10:35 ` [PATCH 09/13] ARM: dts: rv1126: Enable pwm fan for edgeble-neu2 Jagan Teki
2023-07-31 10:35 ` [PATCH 10/13] ARM: dts: rv1126: Drop EMMC_RSTN " Jagan Teki
2023-07-31 10:35 ` [PATCH 11/13] ARM: dts: rv1126: Enable SFC " Jagan Teki
2023-07-31 10:35 ` [PATCH 12/13] ARM: dts: rv1126: Add 3V3_SYS regulator " Jagan Teki
2023-07-31 10:35 ` [PATCH 13/13] ARM: dts: rv1126: Add 12V main supply " Jagan Teki
2023-08-10 20:44 ` (subset) [PATCH 00/13] arm64: rockchip: Add more RV1126 DT nodes Heiko Stuebner
2023-10-01 23:02 ` Heiko Stuebner

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=20230731103518.2906147-4-jagan@edgeble.ai \
    --to=jagan@edgeble.ai \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh+dt@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 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).