linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: rrajk@nvidia.com (Rajkumar Rampelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 10/10] arm64: tegra: Add PWM controller on Tegra186 soc
Date: Wed, 21 Feb 2018 12:28:59 +0530	[thread overview]
Message-ID: <1519196339-9377-11-git-send-email-rrajk@nvidia.com> (raw)
In-Reply-To: <1519196339-9377-1-git-send-email-rrajk@nvidia.com>

The NVIDIA Tegra186 SoC has a PWM controller which is
used in FAN control use case.

Signed-off-by: Rajkumar Rampelli <rrajk@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra186.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/nvidia/tegra186.dtsi b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
index 37149e9..c6f154e 100644
--- a/arch/arm64/boot/dts/nvidia/tegra186.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
@@ -1032,6 +1032,17 @@
 		interrupt-parent = <&gic>;
 	};
 
+	pwm at c340000 {
+		compatible = "nvidia,tegra186-pwm";
+		reg = <0x0 0xc340000 0x0 0x10000>;
+		clocks = <&bpmp TEGRA186_CLK_PWM4>;
+		clock-names = "pwm";
+		#pwm-cells = <2>;
+		resets = <&bpmp TEGRA186_RESET_PWM4>;
+		reset-names = "pwm";
+		status = "disabled";
+	};
+
 	tegra_tachometer: tachometer at 39c0000 {
 		compatible = "nvidia,tegra186-pwm-tachometer";
 		reg = <0x0 0x039c0000 0x0 0x10>;
-- 
2.1.4

      parent reply	other threads:[~2018-02-21  6:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-21  6:58 [PATCH 00/10] Implementation of Tegra Tachometer driver Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 01/10] pwm: core: Add support for PWM HW driver with pwm capture only Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 02/10] dt-bindings: Tegra186 tachometer device tree bindings Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 03/10] pwm: tegra: Add PWM based Tachometer driver Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 04/10] hwmon: generic-pwm-tachometer: Add DT binding details Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer Rajkumar Rampelli
2018-02-21  7:15   ` Mikko Perttunen
2018-02-21 14:46     ` Guenter Roeck
2018-02-21 15:20       ` Mikko Perttunen
2018-02-21 16:08         ` Guenter Roeck
2018-02-23 11:45           ` RAJKUMAR
2018-03-01 22:08         ` Rob Herring
2018-02-21 14:50   ` Guenter Roeck
2018-02-28  5:38     ` Rajkumar Rampelli
2018-02-28  5:58       ` Guenter Roeck
2018-02-28  6:12         ` Rajkumar Rampelli
2018-02-28  7:03           ` Mikko Perttunen
2018-02-28 14:29             ` Guenter Roeck
2018-03-07  9:47               ` Rajkumar Rampelli
2018-03-07 14:20                 ` Guenter Roeck
2018-03-08  6:06                   ` Laxman Dewangan
2018-03-08 14:31                     ` Guenter Roeck
2018-03-08 15:21                       ` Laxman Dewangan
2018-03-08  7:57                   ` Mikko Perttunen
2018-03-08 14:33                     ` Guenter Roeck
2018-02-21  6:58 ` [PATCH 06/10] arm64: tegra: Add Tachometer Controller on Tegra186 Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 07/10] arm64: tegra: Add PWM based Tachometer support " Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 08/10] arm64: defconfig: enable Nvidia Tegra Tachometer as a module Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 09/10] arm64: defconfig: Enable Generic PWM based Tachometer driver Rajkumar Rampelli
2018-02-21  6:58 ` Rajkumar Rampelli [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=1519196339-9377-11-git-send-email-rrajk@nvidia.com \
    --to=rrajk@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.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).