[openwrt/openwrt] ath79: rb912: remove unused property

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 13 00:35:43 PST 2022


xback pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f11df6895606ea10feff0f5e5b69cf564a85d22b

commit f11df6895606ea10feff0f5e5b69cf564a85d22b
Author: Koen Vandeputte <koen.vandeputte at ncentric.com>
AuthorDate: Wed Oct 13 10:37:25 2021 +0200

    ath79: rb912: remove unused property
    
    ar934x does not define property 'rgmii-enabled' in the parsing code
    remove it
    
    Signed-off-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
---
 target/linux/ath79/dts/ar9342_mikrotik_routerboard-912uag-2hpnd.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/ath79/dts/ar9342_mikrotik_routerboard-912uag-2hpnd.dts b/target/linux/ath79/dts/ar9342_mikrotik_routerboard-912uag-2hpnd.dts
index 14286ae8f7..77a0d29113 100644
--- a/target/linux/ath79/dts/ar9342_mikrotik_routerboard-912uag-2hpnd.dts
+++ b/target/linux/ath79/dts/ar9342_mikrotik_routerboard-912uag-2hpnd.dts
@@ -198,7 +198,6 @@
 	gmac-config {
 		device = <&gmac>;
 		rgmii-gmac0 = <1>;
-		rgmii-enabled = <1>;
 		rxd-delay = <1>;
 		txd-delay = <1>;
 	};



More information about the lede-commits mailing list