Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753189AbdHJQRd (ORCPT ); Thu, 10 Aug 2017 12:17:33 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34928 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752871AbdHJQRb (ORCPT ); Thu, 10 Aug 2017 12:17:31 -0400 Date: Thu, 10 Aug 2017 11:17:27 -0500 From: Rob Herring To: Andy Yan Cc: heiko@sntech.de, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH v2 16/23] dt-bindings: pwm: add description for rv1108 pwm Message-ID: <20170810161727.ql4zhot2awlvqc7c@rob-hp-laptop> References: <1501662303-11687-1-git-send-email-andy.yan@rock-chips.com> <1501663675-12591-1-git-send-email-andy.yan@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501663675-12591-1-git-send-email-andy.yan@rock-chips.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1444 Lines: 38 On Wed, Aug 02, 2017 at 04:47:55PM +0800, Andy Yan wrote: > Add device tree bindings document for pwm on > rockchip rv1108 soc. > > Signed-off-by: Andy Yan > --- > > Changes in v2: None > > Documentation/devicetree/bindings/pwm/pwm-rockchip.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt b/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt > index 2350ef9..b49f121 100644 > --- a/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt > +++ b/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt > @@ -3,7 +3,7 @@ Rockchip PWM controller > Required properties: > - compatible: should be "rockchip,-pwm" > "rockchip,rk2928-pwm": found on RK29XX,RK3066 and RK3188 SoCs > - "rockchip,rk3288-pwm": found on RK3288 SoC > + "rockchip,rk3288-pwm": found on RK3288 and RV1108 SoCs This should be: "rockchip,rv1108-pwm", "rockchip,rk3288-pwm" If the RV1108 version is compatible with the RK3288 version. > "rockchip,vop-pwm": found integrated in VOP on RK3288 SoC > - reg: physical base address and length of the controller's registers > - clocks: See ../clock/clock-bindings.txt > -- > 2.7.4 > > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html