diff mbox

[v5,3/3] ARM: dts: NSP: Add PWM Support to DT

Message ID 1467698426-27600-4-git-send-email-yendapally.reddy@broadcom.com
State Not Applicable
Headers show

Commit Message

Yendapally Reddy Dhananjaya Reddy July 5, 2016, 6 a.m. UTC
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(+)

Comments

Florian Fainelli July 27, 2016, 6:29 p.m. UTC | #1
On 07/04/2016 11:00 PM, Yendapally Reddy Dhananjaya Reddy wrote:
> Add PWM support to the device tree for the Broadcom Northstar Plus SoC.
> 
> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>

Applied, thanks
diff mbox

Patch

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>;