Skip to content

Commit 23be9f6

Browse files
Rafał Miłeckiffainelli
authored andcommitted
arm64: dts: broadcom: bcmbca: bcm4908: fix LED nodenames
This fixes: arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dtb: leds@800: 'led-lan@19', 'led-power@11', 'led-wan-red@12', 'led-wan-white@15', 'led-wps@14' do not match any of the regexes: '^led@[a-f0-9]+$', 'pinctrl-[0-9]+' From schema: Documentation/devicetree/bindings/leds/leds-bcm63138.yaml Signed-off-by: Rafał Miłecki <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Florian Fainelli <[email protected]>
1 parent 5cca024 commit 23be9f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
};
121121

122122
&leds {
123-
led-power@11 {
123+
led@11 {
124124
reg = <0x11>;
125125
function = LED_FUNCTION_POWER;
126126
color = <LED_COLOR_ID_WHITE>;
@@ -130,7 +130,7 @@
130130
pinctrl-0 = <&pins_led_17_a>;
131131
};
132132

133-
led-wan-red@12 {
133+
led@12 {
134134
reg = <0x12>;
135135
function = LED_FUNCTION_WAN;
136136
color = <LED_COLOR_ID_RED>;
@@ -139,7 +139,7 @@
139139
pinctrl-0 = <&pins_led_18_a>;
140140
};
141141

142-
led-wps@14 {
142+
led@14 {
143143
reg = <0x14>;
144144
function = LED_FUNCTION_WPS;
145145
color = <LED_COLOR_ID_WHITE>;
@@ -148,7 +148,7 @@
148148
pinctrl-0 = <&pins_led_20_a>;
149149
};
150150

151-
led-wan-white@15 {
151+
led@15 {
152152
reg = <0x15>;
153153
function = LED_FUNCTION_WAN;
154154
color = <LED_COLOR_ID_WHITE>;
@@ -157,7 +157,7 @@
157157
pinctrl-0 = <&pins_led_21_a>;
158158
};
159159

160-
led-lan@19 {
160+
led@19 {
161161
reg = <0x19>;
162162
function = LED_FUNCTION_LAN;
163163
color = <LED_COLOR_ID_WHITE>;

0 commit comments

Comments
 (0)