summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianling Shen2025-04-25 10:00:25 +0000
committerRobert Marko2025-04-25 13:21:08 +0000
commit38b14a8308642f779cccf3ff9b7b11b6fb7859c2 (patch)
tree9dbf26f1f677341ae9717417de0561fc6425837f
parentaa6d245e399112d5498344e6432ff197e7bb63df (diff)
downloadopenwrt-38b14a8308642f779cccf3ff9b7b11b6fb7859c2.tar.gz
lantiq: fix syntax error for fritz736x
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>
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi12
1 files changed, 6 insertions, 6 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..9adc631369 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,11 +56,11 @@
};
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>;
};
@@ -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>;
};