From 3feef9c555e6f13fd225176c95dc5b3ce165c97d Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 25 Feb 2021 15:09:17 +0100 Subject: [PATCH] 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 (cherry picked from commit 722f1bd5490abafc5d77420905179aa03c508a1f) --- 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"; -- 2.30.2