lkml.org 
[lkml]   [2022]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 24/40] arm64: dts: qcom: align led node names with dtschema
    Date
    The node names should be generic and DT schema expects certain pattern
    with 'led'.

    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ---
    arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts | 4 ++--
    arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 6 +++---
    2 files changed, 5 insertions(+), 5 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts b/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts
    index 6a200f37c035..0a5b4617a8e6 100644
    --- a/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts
    +++ b/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts
    @@ -133,7 +133,7 @@ button-camera-focus {
    keyboard-leds {
    compatible = "gpio-leds";

    - backlight {
    + led-0 {
    color = <LED_COLOR_ID_WHITE>;
    default-state = "off";
    function = LED_FUNCTION_KBD_BACKLIGHT;
    @@ -142,7 +142,7 @@ backlight {
    retain-state-suspended;
    };

    - caps-lock {
    + led-1 {
    color = <LED_COLOR_ID_YELLOW>;
    default-state = "off";
    function = LED_FUNCTION_CAPSLOCK;
    diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
    index a6986f95a80a..72b234ad9fab 100644
    --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
    +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
    @@ -60,21 +60,21 @@ key-vol-up {
    leds {
    compatible = "gpio-leds";

    - user4 {
    + led-0 {
    label = "green:user4";
    gpios = <&pm8998_gpio 13 GPIO_ACTIVE_HIGH>;
    linux,default-trigger = "panic-indicator";
    default-state = "off";
    };

    - wlan {
    + led-1 {
    label = "yellow:wlan";
    gpios = <&pm8998_gpio 9 GPIO_ACTIVE_HIGH>;
    linux,default-trigger = "phy0tx";
    default-state = "off";
    };

    - bt {
    + led-2 {
    label = "blue:bt";
    gpios = <&pm8998_gpio 5 GPIO_ACTIVE_HIGH>;
    linux,default-trigger = "bluetooth-power";
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-06-16 02:57    [W:2.349 / U:0.300 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site