commit | 6148ea638b43cce437cf88724d278f4ec23d8ea3 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Sep 24 16:11:56 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Oct 08 08:33:52 2021 +0200 |
tree | 9323ce147013a97334c2d54520d373edbb024f77 | |
parent | 81b1d62386e9833ee2dff88df0bb86b569c0b3a2 [diff] |
phy: marvell: a3700: Fix configuring polarity invert bits phy_txd_inv or phy_rxd_inv needs to be set only in case when appropriate polarity is inverted. Otherwise these bits should be cleared. Same change was included in TF-A project: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/9406 Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>