Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751477AbeAOU1f (ORCPT + 1 other); Mon, 15 Jan 2018 15:27:35 -0500 Received: from mail-qk0-f193.google.com ([209.85.220.193]:40492 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750825AbeAOU1d (ORCPT ); Mon, 15 Jan 2018 15:27:33 -0500 X-Google-Smtp-Source: ACJfBosgtFuPoWYEEwihGgBeu+akF3Sc7pWEu2RA7Usu9AtCOT7ctRT5zbEc11h77NTx2y6nxJdt1dlrQzTecqFAzOo= MIME-Version: 1.0 In-Reply-To: <6441df76-fb4a-ce00-1019-f7ff9143b75e@microchip.com> References: <1515766983-15151-1-git-send-email-claudiu.beznea@microchip.com> <1515766983-15151-2-git-send-email-claudiu.beznea@microchip.com> <20180112183512.GB102880@google.com> <6441df76-fb4a-ce00-1019-f7ff9143b75e@microchip.com> From: Andy Shevchenko Date: Mon, 15 Jan 2018 22:27:31 +0200 Message-ID: Subject: Re: [PATCH v2 01/16] drivers: pwm: core: use a single of xlate function To: Claudiu Beznea Cc: Brian Norris , Thierry Reding , Rob Herring , Mark Rutland , Russell King - ARM Linux , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Jonathan Corbet , Nicolas Ferre , Alexandre Belloni , linux-pwm@vger.kernel.org, Linux Kernel Mailing List , linux-arm Mailing List , linux-amlogic@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, devicetree , Mike Dunn , Alexander Shiyan Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 15, 2018 at 10:41 AM, Claudiu Beznea wrote: > For this driver, the PWM bindings were changed (I did a grep by "google,cros-ec-pwm" > and located only: > arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts > arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi > files) and changed the bindings in this series, as follows, patch 7 from this series: > diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts > index 0384e3121f18..0c790ec387eb 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts > @@ -77,7 +77,7 @@ > > backlight: backlight { > compatible = "pwm-backlight"; > - pwms = <&cros_ec_pwm 1>; > + pwms = <&cros_ec_pwm 1 65535>; This shows an breakage for user. The old PWM device tree sources or binaries should work independently on what changes you did to kernel. -- With Best Regards, Andy Shevchenko