Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753820AbcCBOwG (ORCPT ); Wed, 2 Mar 2016 09:52:06 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:35839 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751450AbcCBOwE (ORCPT ); Wed, 2 Mar 2016 09:52:04 -0500 MIME-Version: 1.0 Date: Wed, 2 Mar 2016 20:22:01 +0530 Message-ID: Subject: Re: [PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT From: Yendapally Reddy Dhananjaya Reddy To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Thierry Reding , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Ray Jui , Scott Branden , Jon Mason , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, BCM Kernel Feedback Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 820 Lines: 27 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". > > Arnd Regards Dhananjay