Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1346805 > unrolled thread
| Started by | Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> |
|---|---|
| First post | 2016-03-01 18:50 +0100 |
| Last post | 2016-03-01 21:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-03-01 18:50 +0100
Re: [PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT Arnd Bergmann <arnd@arndb.de> - 2016-03-01 21:30 +0100
| From | Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> |
|---|---|
| Date | 2016-03-01 18:50 +0100 |
| Subject | [PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT |
| Message-ID | <r7WAN-3OJ-1@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-03-01 21:30 +0100 |
| Message-ID | <r7Z5E-5Mg-11@gated-at.bofh.it> |
| In reply to | #1346805 |
On Tuesday 01 March 2016 12:42:49 Yendapally Reddy Dhananjaya Reddy wrote:
> };
>
> + pwm: pwm@31000 {
> + compatible = "brcm,iproc-pwm";
> + reg = <0x31000 0x28>;
> + clocks = <&osc>;
> + #pwm-cells = >;
> + status = "disabled";
> + };
>
Should this also list "brcm,kona-pwm" as compatible? From patch
1, it sounds like that was the original one.
Arnd
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web