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/ar9342_ubnt_bullet-m-xw.dts | |
parent | c8c96b22c6ef1f0a6060d5a5f2a94ebdfc5b8c8c (diff) | |
download | upstream-dae392752761128e13ede484217d806d643cbf2f.tar.gz upstream-dae392752761128e13ede484217d806d643cbf2f.tar.bz2 upstream-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/ar9342_ubnt_bullet-m-xw.dts')
-rw-r--r-- | target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts index 0101820ecd..c448ac4e61 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts +++ b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts @@ -10,7 +10,6 @@ &mdio0 { status = "okay"; - phy-mask = <4>; phy4: ethernet-phy@4 { phy-mode = "rgmii"; reg = <4>; |