[PATCH] lantiq: fix vr9_avm_fritz736x.dtsi syntax error

Florian Eckert fe at dev.tdt.de
Fri Apr 25 05:41:21 PDT 2025


Fixes syntax error during dtb compilation.

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

Signed-off-by: Florian Eckert <fe at dev.tdt.de>
---
 .../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




More information about the openwrt-devel mailing list