diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-06-05 14:01:16 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-06-15 20:07:26 +0200 |
commit | dae392752761128e13ede484217d806d643cbf2f (patch) | |
tree | 41d549d96358e097b1f6a8f7beb59ca0d3246072 /target/linux/ath79/dts/qca9558_openmesh_a60.dtsi | |
parent | c8c96b22c6ef1f0a6060d5a5f2a94ebdfc5b8c8c (diff) | |
download | openwrt-dae392752761128e13ede484217d806d643cbf2f.tar.gz openwrt-dae392752761128e13ede484217d806d643cbf2f.tar.bz2 openwrt-dae392752761128e13ede484217d806d643cbf2f.zip |
ath79: drop phy-mask property
The phy-mask property is no longer supported by the ag71xx-mdio driver,
so let's drop it.
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/ath79/dts/qca9558_openmesh_a60.dtsi')
-rw-r--r-- | target/linux/ath79/dts/qca9558_openmesh_a60.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9558_openmesh_a60.dtsi b/target/linux/ath79/dts/qca9558_openmesh_a60.dtsi index 05d3a4f341..c2062a800a 100644 --- a/target/linux/ath79/dts/qca9558_openmesh_a60.dtsi +++ b/target/linux/ath79/dts/qca9558_openmesh_a60.dtsi @@ -119,8 +119,6 @@ &mdio0 { status = "okay"; - phy-mask = <0x6>; - phy1: ethernet-phy@1 { reg = <1>; eee-broken-100tx; |