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


Groups > linux.kernel > #1402750

[PATCH INTERNAL v2 3/3] ARM: dts: NSP: Add PWM Support to DT

From Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH INTERNAL v2 3/3] ARM: dts: NSP: Add PWM Support to DT
Date 2016-05-18 09:00 +0200
Message-ID <rA3Cy-6WR-19@gated-at.bofh.it> (permalink)
References <rA3Cx-6WR-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add PWM support to the device tree for the Broadcom Northstar Plus SoC.

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

diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index def9e78..f9c8341 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -206,6 +206,14 @@
 			brcm,nand-has-wp;
 		};
 
+		pwm: pwm@31000 {
+			compatible = "brcm,iproc-pwm";
+			reg = <0x31000 0x28>;
+			clocks = <&osc>;
+			#pwm-cells = <3>;
+			status = "disabled";
+		};
+
 		ccbtimer0: timer@34000 {
 			compatible = "arm,sp804";
 			reg = <0x34000 0x1000>;
-- 
2.1.0

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH INTERNAL v2 0/3] pwm support for Broadcom iProc SoC's Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-05-18 09:00 +0200
  [PATCH INTERNAL v2 1/3] Documentation: dt: Add Broadcom iproc pwm controller binding Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-05-18 09:00 +0200
    Re: [PATCH INTERNAL v2 1/3] Documentation: dt: Add Broadcom iproc  pwm controller binding Rob Herring <robh@kernel.org> - 2016-05-19 00:20 +0200
      Re: [PATCH INTERNAL v2 1/3] Documentation: dt: Add Broadcom iproc pwm  controller binding Scott Branden <scott.branden@broadcom.com> - 2016-05-19 01:10 +0200
  [PATCH INTERNAL v2 3/3] ARM: dts: NSP: Add PWM Support to DT Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-05-18 09:00 +0200

csiph-web