From: Daniel Golle Date: Wed, 29 Apr 2020 20:59:35 +0000 (+0100) Subject: ath79: fix dts of Teltonika RUT9xx devices X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=aa0526b5f27c9c9edad719dd9c521ef4dae10a00;p=openwrt%2Fstaging%2Fwigyori.git ath79: fix dts of Teltonika RUT9xx devices The previous commits were missing a semicolon. Signed-off-by: Daniel Golle --- diff --git a/target/linux/ath79/dts/ar9344_teltonika_rut955-h7v3c0.dts b/target/linux/ath79/dts/ar9344_teltonika_rut955-h7v3c0.dts index 426c6ac179..862776a4d1 100644 --- a/target/linux/ath79/dts/ar9344_teltonika_rut955-h7v3c0.dts +++ b/target/linux/ath79/dts/ar9344_teltonika_rut955-h7v3c0.dts @@ -162,7 +162,7 @@ &hs_uart { dtr-gpios = <&gpio_ext 15 GPIO_ACTIVE_HIGH>; -} +}; ð0 { status = "okay"; diff --git a/target/linux/ath79/dts/ar9344_teltonika_rut955.dts b/target/linux/ath79/dts/ar9344_teltonika_rut955.dts index 53dc7dd9b9..c4e1148734 100644 --- a/target/linux/ath79/dts/ar9344_teltonika_rut955.dts +++ b/target/linux/ath79/dts/ar9344_teltonika_rut955.dts @@ -162,7 +162,7 @@ &hs_uart { dtr-gpios = <&gpio_ext 13 GPIO_ACTIVE_HIGH>; -} +}; ð0 { status = "okay";