[openwrt/openwrt] ath79: enable UART node for GL-USB150

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 25 09:12:23 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/722f1bd5490abafc5d77420905179aa03c508a1f

commit 722f1bd5490abafc5d77420905179aa03c508a1f
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Thu Feb 25 15:09:17 2021 +0100

    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 at adrianschmutzler.de>
---
 target/linux/ath79/dts/ar9331_glinet_gl-usb150.dts | 4 ----
 1 file changed, 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";
 



More information about the lede-commits mailing list