Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
5564d533 632546ad

+1 -1
+1 -1
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
··· 38 38 pinctrl-names = "default"; 39 39 pinctrl-0 = <&notify_led>; 40 40 41 - led@1 { 41 + led-user1 { 42 42 label = "apq8064:green:user1"; 43 43 color = <LED_COLOR_ID_GREEN>; 44 44 gpios = <&pm8921_gpio 18 GPIO_ACTIVE_HIGH>;