mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
ARM: dts: qcom: ipq8064: add function to LED nodes
Add common LED property - the function - to LED nodes. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220607102931.102805-5-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
445c44e253
commit
69b1142bae
|
|
@ -1,6 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include "qcom-ipq8064.dtsi"
|
||||
#include <dt-bindings/input/input.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. IPQ8064-v1.0";
|
||||
|
|
@ -107,6 +108,7 @@ led@8 {
|
|||
|
||||
led@9 {
|
||||
label = "status_led_fail";
|
||||
function = LED_FUNCTION_STATUS;
|
||||
gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "off";
|
||||
};
|
||||
|
|
@ -119,6 +121,7 @@ led@26 {
|
|||
|
||||
led@53 {
|
||||
label = "status_led_pass";
|
||||
function = LED_FUNCTION_STATUS;
|
||||
gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "off";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user