mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
ARM: dts: qcom: apq8064-ifc6410: fix user1 LED node name
There are no address-cells for the gpio-leds child nodes, so rename led@1 node to led-user1. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220930185236.867655-5-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
632546ad23
commit
5564d5337f
|
|
@ -38,7 +38,7 @@ leds {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <¬ify_led>;
|
||||
|
||||
led@1 {
|
||||
led-user1 {
|
||||
label = "apq8064:green:user1";
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
gpios = <&pm8921_gpio 18 GPIO_ACTIVE_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user