lkml.org 
[lkml]   [2021]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 058/142] ARM: dts: imx6qdl-kontron-samx6i: fix pwms for lcd-backlight
    Date
    From: Marco Felsch <m.felsch@pengutronix.de>

    commit 6337c2353a069b6f1276dc35421e421ef6c1ead9 upstream.

    The pwms property have to specify the no-/inverted flag since
    commit fa28d8212ede ("ARM: dts: imx: default to #pwm-cells = <3>
    in the SoC dtsi files").

    Fixes: fa28d8212ede ("ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files")
    Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
    Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    Signed-off-by: Shawn Guo <shawnguo@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
    +++ b/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
    @@ -137,7 +137,7 @@

    lcd_backlight: lcd-backlight {
    compatible = "pwm-backlight";
    - pwms = <&pwm4 0 5000000>;
    + pwms = <&pwm4 0 5000000 0>;
    pwm-names = "LCD_BKLT_PWM";

    brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;

    \
     
     \ /
      Last update: 2021-02-02 21:04    [W:7.032 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site