From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755721AbcH1QaD (ORCPT ); Sun, 28 Aug 2016 12:30:03 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33214 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752371AbcH1QaB (ORCPT ); Sun, 28 Aug 2016 12:30:01 -0400 MIME-Version: 1.0 In-Reply-To: <1471880193-21879-4-git-send-email-narmstrong@baylibre.com> References: <1471880193-21879-1-git-send-email-narmstrong@baylibre.com> <1471880193-21879-4-git-send-email-narmstrong@baylibre.com> From: Martin Blumenstingl Date: Sun, 28 Aug 2016 18:29:39 +0200 Message-ID: Subject: Re: [PATCH v3 3/4] ARM64: dts: meson-gxbb: Add Meson GXBB PWM Controller nodes To: Neil Armstrong Cc: thierry.reding@gmail.com, carlo@caione.org, khilman@baylibre.com, devicetree@vger.kernel.org, linux-pwm@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 22, 2016 at 5:36 PM, Neil Armstrong wrote: > Signed-off-by: Neil Armstrong > --- > arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > index e502c24..e3f4d36 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > @@ -153,6 +153,27 @@ > status = "disabled"; > }; > > + pwm_ab: pwm@8550 { > + compatible = "amlogic,meson-gxbb-pwm"; > + reg = <0x0 0x08550 0x0 0x10>; > + #pwm-cells = <3>; > + status = "disabled"; > + }; > + > + pwm_cd: pwm@8650 { > + compatible = "amlogic,meson-gxbb-pwm"; > + reg = <0x0 0x08650 0x0 0x10>; > + #pwm-cells = <3>; > + status = "disabled"; > + }; > + > + pwm_ef: pwm@86c0 { > + compatible = "amlogic,meson-gxbb-pwm"; > + reg = <0x0 0x086c0 0x0 0x10>; > + #pwm-cells = <3>; > + status = "disabled"; > + }; I have successfully tested pwm_e on my meson-gxbb-vega-s95-meta clone (see [0] for the corresponding patches), thus: Tested-by: Martin Blumenstingl [0] https://github.com/xdarklight/linux/tree/meson-gxbb-integration-4.8-20160828