Thanks

On 2025-04-25 15:34, Robert Marko wrote:
On Fri, 25 Apr 2025 at 15:33, Florian Eckert <f...@dev.tdt.de> wrote:

Fixes syntax error during dtb compilation.

Fixes: 8f15869f125f ("lantiq: Improve support for LED's fritz736x")

Signed-off-by: Florian Eckert <f...@dev.tdt.de>

Hi,
This was just fixed via:
https://github.com/openwrt/openwrt/commit/38b14a8308642f779cccf3ff9b7b11b6fb7859c2

Regards,
Robert

---
.../arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi
index 95340c1983..45a5ccb6ec 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi
@@ -56,7 +56,7 @@
                };

                fon {
-                       function = "fon"
+                       function = "fon";
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
                };
@@ -68,7 +68,7 @@
                };

                led_info_green: info_green {
-                       function = "info"
+                       function = "info";
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
                };
@@ -80,13 +80,13 @@
                };

                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>;
                };
--
2.39.5


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to