Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1444049 > unrolled thread

[PATCH 1/1] arm64: dts: Add PWM DT node for NS2

Started byYendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
First post2016-07-15 10:30 +0200
Last post2016-07-15 19:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/1] arm64: dts: Add PWM DT node for NS2 Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-07-15 10:30 +0200
    Re: [PATCH 1/1] arm64: dts: Add PWM DT node for NS2 Florian Fainelli <f.fainelli@gmail.com> - 2016-07-15 19:10 +0200

#1444049 — [PATCH 1/1] arm64: dts: Add PWM DT node for NS2

FromYendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Date2016-07-15 10:30 +0200
Subject[PATCH 1/1] arm64: dts: Add PWM DT node for NS2
Message-ID<rV6Fr-4zR-11@gated-at.bofh.it>
Add device tree entry for PWM support for Broadcom Northstar 2 SoC.

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
---
 arch/arm64/boot/dts/broadcom/ns2.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi b/arch/arm64/boot/dts/broadcom/ns2.dtsi
index ec68ec1..9c2857c 100644
--- a/arch/arm64/boot/dts/broadcom/ns2.dtsi
+++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi
@@ -263,6 +263,14 @@
 				      IRQ_TYPE_LEVEL_HIGH)>;
 		};
 
+		pwm: pwm@66010000 {
+			compatible = "brcm,iproc-pwm";
+			reg = <0x66010000 0x28>;
+			clocks = <&osc>;
+			#pwm-cells = <3>;
+			status = "disabled";
+		};
+
 		timer0: timer@66030000 {
 			compatible = "arm,sp804", "arm,primecell";
 			reg = <0x66030000 0x1000>;
-- 
2.1.0

[toc] | [next] | [standalone]


#1444457

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2016-07-15 19:10 +0200
Message-ID<rVeMF-19a-7@gated-at.bofh.it>
In reply to#1444049
On 07/15/2016 01:28 AM, Yendapally Reddy Dhananjaya Reddy wrote:
> Add device tree entry for PWM support for Broadcom Northstar 2 SoC.
> 
> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>

Applied, thanks!
-- 
Florian

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web