Fixes syntax error during dtb compilation. Fixes: 8f15869f125f ("lantiq: Improve support for LED's fritz736x")
Signed-off-by: Florian Eckert <f...@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 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel