commit | 4ca474d3067ba7278c6a5f94ff4340ca5a07ca0a | [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 | 4adb16b29a31590f536b72e635370aff73732b4d [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>