diff options
| author | Adrian Schmutzler | 2021-02-25 14:09:17 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-02-25 14:12:05 +0000 |
| commit | 722f1bd5490abafc5d77420905179aa03c508a1f (patch) | |
| tree | f0915d80723e5b04c1a332195e7a2af47ecec9b2 | |
| parent | f074541f317fd873c28129992ea239552c4f5460 (diff) | |
| download | openwrt-722f1bd5490abafc5d77420905179aa03c508a1f.tar.gz | |
ath79: enable UART node for GL-USB150
This was overlooked when adding support for this device.
(It has recently been discovered that this was the only device in
ath79 having &uart disabled.)
Fixes: acc62630132c ("ath79: add support for GL.iNet GL-USB150")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| -rw-r--r-- | target/linux/ath79/dts/ar9331_glinet_gl-usb150.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/ar9331_glinet_gl-usb150.dts b/target/linux/ath79/dts/ar9331_glinet_gl-usb150.dts index 80e1f228ff..d1c2654712 100644 --- a/target/linux/ath79/dts/ar9331_glinet_gl-usb150.dts +++ b/target/linux/ath79/dts/ar9331_glinet_gl-usb150.dts @@ -112,10 +112,6 @@ }; }; -&uart { - status = "disabled"; -}; - &wmac { status = "okay"; |