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

ARM: dts: ste: align LED node names with dtschema

The node names should be generic and DT schema expects certain pattern.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221125144114.476849-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Linus Walleij
f72ef0cf 1b929c02

+6 -6
+6 -6
arch/arm/boot/dts/ste-href.dtsi
··· 92 92 clock-mode = /bits/ 8 <2>; 93 93 #address-cells = <1>; 94 94 #size-cells = <0>; 95 - chan@0 { 95 + led@0 { 96 96 reg = <0>; 97 97 led-cur = /bits/ 8 <0x2f>; 98 98 max-cur = /bits/ 8 <0x5f>; 99 99 color = <LED_COLOR_ID_BLUE>; 100 100 linux,default-trigger = "heartbeat"; 101 101 }; 102 - chan@1 { 102 + led@1 { 103 103 reg = <1>; 104 104 led-cur = /bits/ 8 <0x2f>; 105 105 max-cur = /bits/ 8 <0x5f>; 106 106 color = <LED_COLOR_ID_BLUE>; 107 107 }; 108 - chan@2 { 108 + led@2 { 109 109 reg = <2>; 110 110 led-cur = /bits/ 8 <0x2f>; 111 111 max-cur = /bits/ 8 <0x5f>; ··· 119 119 clock-mode = /bits/ 8 <2>; 120 120 #address-cells = <1>; 121 121 #size-cells = <0>; 122 - chan@0 { 122 + led@0 { 123 123 reg = <0>; 124 124 led-cur = /bits/ 8 <0x2f>; 125 125 max-cur = /bits/ 8 <0x5f>; 126 126 color = <LED_COLOR_ID_BLUE>; 127 127 }; 128 - chan@1 { 128 + led@1 { 129 129 reg = <1>; 130 130 led-cur = /bits/ 8 <0x2f>; 131 131 max-cur = /bits/ 8 <0x5f>; 132 132 color = <LED_COLOR_ID_BLUE>; 133 133 }; 134 - chan@2 { 134 + led@2 { 135 135 reg = <2>; 136 136 led-cur = /bits/ 8 <0x2f>; 137 137 max-cur = /bits/ 8 <0x5f>;