diff options
| author | Daniel Golle | 2020-04-29 20:59:35 +0000 |
|---|---|---|
| committer | Daniel Golle | 2020-04-29 21:59:23 +0000 |
| commit | aa0526b5f27c9c9edad719dd9c521ef4dae10a00 (patch) | |
| tree | fd40cb941382cd36957614614acd8850a4bcbc5b | |
| parent | aa4a33ac6256fadd7201908dad1be9659b942ecd (diff) | |
| download | openwrt-aa0526b5f27c9c9edad719dd9c521ef4dae10a00.tar.gz | |
ath79: fix dts of Teltonika RUT9xx devices
The previous commits were missing a semicolon.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | target/linux/ath79/dts/ar9344_teltonika_rut955-h7v3c0.dts | 2 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar9344_teltonika_rut955.dts | 2 |
2 files changed, 2 insertions, 2 deletions
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"; |