diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-25 15:09:17 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-25 15:13:13 +0100 |
commit | 3feef9c555e6f13fd225176c95dc5b3ce165c97d (patch) | |
tree | aeada22b2bee91273c4aabd1662b4a3fcc34ed99 /target | |
parent | 7054721cf94f4aa8fe71ac4c28c922b19a69ba1d (diff) | |
download | upstream-3feef9c555e6f13fd225176c95dc5b3ce165c97d.tar.gz upstream-3feef9c555e6f13fd225176c95dc5b3ce165c97d.tar.bz2 upstream-3feef9c555e6f13fd225176c95dc5b3ce165c97d.zip |
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>
(cherry picked from commit 722f1bd5490abafc5d77420905179aa03c508a1f)
Diffstat (limited to 'target')
-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"; |