diff options
author | Stefan Roese <sr@denx.de> | 2017-04-24 18:45:21 +0300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-05-09 13:38:18 +0200 |
commit | cb686454c74c20617a91276083c41b19f7d118ad (patch) | |
tree | cf52b5bca225923b12bbd65c2a166a96d4ce94a8 /include/dt-bindings | |
parent | 18797ad6c377b3a253a4c6ddb457aa8239dfe591 (diff) | |
download | u-boot-cb686454c74c20617a91276083c41b19f7d118ad.tar.gz |
phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI
Use correct naming as done in the latest Marvell U-Boot version as well.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Igal Liberman <igall@marvell.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/comphy/comphy_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/comphy/comphy_data.h b/include/dt-bindings/comphy/comphy_data.h index a3a6b405eb..8fd578aeaf 100644 --- a/include/dt-bindings/comphy/comphy_data.h +++ b/include/dt-bindings/comphy/comphy_data.h @@ -42,7 +42,7 @@ #define PHY_TYPE_XAUI3 20 #define PHY_TYPE_RXAUI0 21 #define PHY_TYPE_RXAUI1 22 -#define PHY_TYPE_KR 23 +#define PHY_TYPE_SFI 23 #define PHY_TYPE_MAX 24 #define PHY_TYPE_INVALID 0xff |