mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
ARM: dts: qcom: ipq8064-rb3011: add color to LED node
Add common LED property - the color - to LED node. 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-4-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
47e889d3d9
commit
445c44e253
|
|
@ -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 = "MikroTik RB3011UiAS-RM";
|
||||
|
|
@ -208,6 +209,7 @@ leds {
|
|||
|
||||
led@7 {
|
||||
label = "rb3011:green:user";
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
gpios = <&qcom_pinmux 33 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "off";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user