lkml.org 
[lkml]   [2022]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 1/2] arm64: dts: qcom: sc7280: herobrine: Don't disable the keyboard backlight node
    Date
    On herobrine boards the keyboard backlight is controlled through the
    PWM LED driver. Currently both the PWM LED node and the node for the
    keyboard backlight are disabled in sc7280-herobrine.dtsi, which
    requires boards with a backlit keyboard to enable both nodes. There
    are no other PWM LEDs on herobrine boards besides the keyboard
    backlight, delete the 'disabled' status from the keyboard backlight
    node, with that boards only have to enable the 'pwmleds' node for
    keyboard backlight support.

    Also add a label to the 'pwmleds' node to allow board files to refer to
    it with a phandle.

    Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
    ---

    (no changes since v1)

    arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
    index 9cb1bc8ed6b5..55b513912e79 100644
    --- a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
    +++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
    @@ -295,11 +295,10 @@ pp1200_wf_cam: pp1200-wf-cam-regulator {

    /* BOARD-SPECIFIC TOP LEVEL NODES */

    - pwmleds {
    + pwmleds: pwmleds {
    compatible = "pwm-leds";
    status = "disabled";
    keyboard_backlight: keyboard-backlight {
    - status = "disabled";
    label = "cros_ec::kbd_backlight";
    pwms = <&cros_ec_pwm 0>;
    max-brightness = <1023>;
    --
    2.36.1.124.g0e6072fb45-goog
    \
     
     \ /
      Last update: 2022-05-23 21:40    [W:3.956 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site