diff options
author | Robert Marko <robert.marko@sartura.hr> | 2021-11-08 23:06:02 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-10-02 23:04:38 +0200 |
commit | 45ad5beb809ea9421c0b150c8f03e5b24952b4ae (patch) | |
tree | 44ae5bd8f7db3c252a089156bbdfef5fa5a89538 /target/linux/ipq40xx/patches-5.10 | |
parent | acc4add9a762dc2d29f9e2d6026b1f63e2f0bfa7 (diff) | |
download | upstream-45ad5beb809ea9421c0b150c8f03e5b24952b4ae.tar.gz upstream-45ad5beb809ea9421c0b150c8f03e5b24952b4ae.tar.bz2 upstream-45ad5beb809ea9421c0b150c8f03e5b24952b4ae.zip |
ipq40xx: qca807x: always set PSGMII AZ WAR
There is no point in using a DT property to trigger setting the PSGMII
PHY AZ transmitting ability.
Especially since EEE can be disabled using ethtool anyway.
Fixup the mask for setting the workaround as only BIT(0) is actually being
changed and use the phy_clear_bits_mmd helper instead of reading, then
clearing the bit and writing back as it does everything for us.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'target/linux/ipq40xx/patches-5.10')
-rw-r--r-- | target/linux/ipq40xx/patches-5.10/708-arm-dts-ipq4019-QCA807x-properties.patch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/patches-5.10/708-arm-dts-ipq4019-QCA807x-properties.patch b/target/linux/ipq40xx/patches-5.10/708-arm-dts-ipq4019-QCA807x-properties.patch index c08f3a83e6..235f4419a8 100644 --- a/target/linux/ipq40xx/patches-5.10/708-arm-dts-ipq4019-QCA807x-properties.patch +++ b/target/linux/ipq40xx/patches-5.10/708-arm-dts-ipq4019-QCA807x-properties.patch @@ -56,7 +56,6 @@ Signed-off-by: Robert Marko <robert.marko@sartura.hr> + reg = <5>; + + qcom,tx-driver-strength = <PSGMII_QSGMII_TX_DRIVER_300MV>; -+ qcom,psgmii-az; }; }; |