diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-10-13 10:37:25 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2022-01-13 09:33:29 +0100 |
commit | f11df6895606ea10feff0f5e5b69cf564a85d22b (patch) | |
tree | d7d9681a73dd69a45f7bc53d458e2323157c8650 /target/linux/ath79/dts | |
parent | 2a000546187122c86143c97337af4d5beacc4908 (diff) | |
download | upstream-f11df6895606ea10feff0f5e5b69cf564a85d22b.tar.gz upstream-f11df6895606ea10feff0f5e5b69cf564a85d22b.tar.bz2 upstream-f11df6895606ea10feff0f5e5b69cf564a85d22b.zip |
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@ncentric.com>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar9342_mikrotik_routerboard-912uag-2hpnd.dts | 1 |
1 files changed, 0 insertions, 1 deletions
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>; }; |