linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] arm64: dts: Add PWM DT node for NS2
@ 2016-07-15  8:28 Yendapally Reddy Dhananjaya Reddy
  2016-07-15 17:01 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2016-07-15  8:28 UTC (permalink / raw)
  To: Florian Fainelli, Ray Jui, Scott Branden, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Catalin Marinas, Will Deacon, bcm-kernel-feedback-list,
	devicetree, linux-arm-kernel, linux-kernel
  Cc: Yendapally Reddy Dhananjaya Reddy

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] arm64: dts: Add PWM DT node for NS2
  2016-07-15  8:28 [PATCH 1/1] arm64: dts: Add PWM DT node for NS2 Yendapally Reddy Dhananjaya Reddy
@ 2016-07-15 17:01 ` Florian Fainelli
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2016-07-15 17:01 UTC (permalink / raw)
  To: Yendapally Reddy Dhananjaya Reddy, Florian Fainelli, Ray Jui,
	Scott Branden, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Catalin Marinas, Will Deacon,
	bcm-kernel-feedback-list, devicetree, linux-arm-kernel,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-15 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15  8:28 [PATCH 1/1] arm64: dts: Add PWM DT node for NS2 Yendapally Reddy Dhananjaya Reddy
2016-07-15 17:01 ` Florian Fainelli

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).