From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752096AbbJESUf (ORCPT ); Mon, 5 Oct 2015 14:20:35 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:36801 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751744AbbJEST4 (ORCPT ); Mon, 5 Oct 2015 14:19:56 -0400 Message-ID: <5612BF49.6020607@gmail.com> Date: Mon, 05 Oct 2015 20:19:53 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 To: Antoine Tenart , thierry.reding@gmail.com CC: zmxu@marvell.com, jszhang@marvell.com, linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 3/5] ARM: berlin: add a PWM node on the BG2Q References: <1443797990-10809-1-git-send-email-antoine.tenart@free-electrons.com> <1443797990-10809-4-git-send-email-antoine.tenart@free-electrons.com> In-Reply-To: <1443797990-10809-4-git-send-email-antoine.tenart@free-electrons.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02.10.2015 16:59, Antoine Tenart wrote: > This patch adds a PWM node in the Berlin BG2Q device tree, using the > newly added Berlin PWM driver. > > Signed-off-by: Antoine Tenart > --- > arch/arm/boot/dts/berlin2q.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) Applied this and the next two for BG2 and BG2CD to berlin/dt. Thanks, Sebastian > diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi > index 63a48490e2f9..5bfa71a87617 100644 > --- a/arch/arm/boot/dts/berlin2q.dtsi > +++ b/arch/arm/boot/dts/berlin2q.dtsi > @@ -477,6 +477,13 @@ > status = "disabled"; > }; > > + pwm: pwm@f20000 { > + compatible = "marvell,berlin-pwm"; > + reg = <0xf20000 0x40>; > + clocks = <&chip_clk CLKID_CFG>; > + #pwm-cells = <3>; > + }; > + > apb@fc0000 { > compatible = "simple-bus"; > #address-cells = <1>; >