devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT
@ 2016-03-02 14:52 Yendapally Reddy Dhananjaya Reddy
       [not found] ` <CAL2FKYkoXFm_pG6inxJqwkRqEK-TsMT2ndy4fgvQG1wT6AZ03Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2016-03-02 14:52 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: linux-arm-kernel, Thierry Reding, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Russell King, Ray Jui,
	Scott Branden, Jon Mason, linux-pwm, devicetree, linux-kernel,
	BCM Kernel Feedback

On Wed, Mar 2, 2016 at 1:55 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> 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,

The NSP is a iProc based SoC and the pwm controller register offsets are
slightly differ with the kona pwm controller. The compatible will be either
"brcm,kona-pwm" or "brcm,iproc-pwm".

>
>         Arnd

Regards
Dhananjay

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/3] pwm support for Broadcom iProc SoC's
@ 2016-03-01 17:42 Yendapally Reddy Dhananjaya Reddy
  2016-03-01 17:42 ` [PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT Yendapally Reddy Dhananjaya Reddy
  0 siblings, 1 reply; 4+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2016-03-01 17:42 UTC (permalink / raw)
  To: Thierry Reding, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Russell King, Ray Jui, Scott Branden,
	Jon Mason
  Cc: linux-pwm, devicetree, linux-kernel,
	Yendapally Reddy Dhananjaya Reddy, bcm-kernel-feedback-list,
	linux-arm-kernel

This patchset contains the pwm support for the Broadcom's iProc SoC's.

The first patch provides the documentation details and the
second patch contains the controller support details. The third patch
contains the enable method for Northstar Plus SoC.

This patchset has been tested on NSP bcm958625HR board.
This patchset is based on v4.5.0-rc1 and is available from github
repo: https://github.com/Broadcom/cygnus-linux.git
branch: iproc-pwm-v1

Yendapally Reddy Dhananjaya Reddy (3):
  Documentation: dt: Add Broadcom iproc pwm controller binding
  pwm: kona: Add support for Broadcom iproc pwm controller
  ARM: dts: NSP: Add PWM Support to DT

 .../devicetree/bindings/pwm/brcm,kona-pwm.txt      |   2 +-
 arch/arm/boot/dts/bcm-nsp.dtsi                     |   8 +
 drivers/pwm/Kconfig                                |   6 +-
 drivers/pwm/pwm-bcm-kona.c                         | 183 ++++++++++++++++++---
 4 files changed, 172 insertions(+), 27 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2016-03-02 15:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 14:52 [PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT Yendapally Reddy Dhananjaya Reddy
     [not found] ` <CAL2FKYkoXFm_pG6inxJqwkRqEK-TsMT2ndy4fgvQG1wT6AZ03Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-02 15:28   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2016-03-01 17:42 [PATCH 0/3] pwm support for Broadcom iProc SoC's Yendapally Reddy Dhananjaya Reddy
2016-03-01 17:42 ` [PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT Yendapally Reddy Dhananjaya Reddy
2016-03-01 20:25   ` Arnd Bergmann

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