From: Krzysztof Kozlowski Date: Tue, 7 Jun 2022 10:29:30 +0000 (+0200) Subject: arm64: dts: qcom: sc7280-herobrine: add function to LED node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b7428806b4345c5cce056756570ce68b4fdbcc57;p=linux.git arm64: dts: qcom: sc7280-herobrine: add function to LED node Add common LED property - the function - to LED node. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220607102931.102805-9-krzysztof.kozlowski@linaro.org --- diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi index 5cf86d415ba74..ed8008174a333 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi @@ -15,6 +15,7 @@ #include #include +#include #include "sc7280-qcard.dtsi" #include "sc7280-chrome-common.dtsi" @@ -300,6 +301,7 @@ status = "disabled"; keyboard_backlight: keyboard-backlight { label = "cros_ec::kbd_backlight"; + function = LED_FUNCTION_KBD_BACKLIGHT; pwms = <&cros_ec_pwm 0>; max-brightness = <1023>; };