]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
lantiq: fix syntax error for fritz736x 18594/head
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 25 Apr 2025 10:00:25 +0000 (18:00 +0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 25 Apr 2025 13:21:08 +0000 (15:21 +0200)
Add missing semicolon to the end of the property.
Remove whitespace while at it.

Fixes: 5a3b9d88f158 ("lantiq: Improve support for LED's fritz736x")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/18594
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi

index 95340c1983b0644344da58045f9cf3d45e0f0566..9adc6313699628170ef8ee4a51ff4fec6858b21e 100644 (file)
                };
 
                fon {
-                       function = "fon"
+                       function = "fon";
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
                };
-               
+
                led_power_red: power_red {
                        function = LED_FUNCTION_POWER;
                        color = <LED_COLOR_ID_RED>;
@@ -68,7 +68,7 @@
                };
 
                led_info_green: info_green {
-                       function = "info"
+                       function = "info";
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
                };
                };
 
                info_red {
-                       function = "info"
-                       color = <LED_COLOR_ID_RED
+                       function = "info";
+                       color = <LED_COLOR_ID_RED>;
                        gpios = <&gpio 34 GPIO_ACTIVE_LOW>;
                };
 
                dect {
-                       function = "dect"
+                       function = "dect";
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 35 GPIO_ACTIVE_LOW>;
                };