From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT Date: Wed, 02 Mar 2016 16:28:54 +0100 Message-ID: <4015342.1TJkp5X8uB@wuerfel> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Yendapally Reddy Dhananjaya Reddy Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Thierry Reding , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Ray Jui , Scott Branden , Jon Mason , linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, BCM Kernel Feedback List-Id: devicetree@vger.kernel.org On Wednesday 02 March 2016 20:22:01 Yendapally Reddy Dhananjaya Reddy wrote: > On Wed, Mar 2, 2016 at 1:55 AM, Arnd Bergmann 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". Ok, got it, thanks for the explanation. Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html