| ae07a70a | 24-Apr-2017 |
Igal Liberman <igall@marvell.com> |
fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETP
Add PCIE analog parameters initialization values according to latest ETP.
Signed-off-by: Igal Liberman <igall@marvel
fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETP
Add PCIE analog parameters initialization values according to latest ETP.
Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| 528213d3 | 24-Apr-2017 |
Igal Liberman <igall@marvell.com> |
fix: phy: marvell: cp110: rename comphy_index to cp_index
No functional change. The variable name "comphy_index" is misleading, it represents cp index and not comphy index.
Signed-off-by: Igal Libe
fix: phy: marvell: cp110: rename comphy_index to cp_index
No functional change. The variable name "comphy_index" is misleading, it represents cp index and not comphy index.
Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| 781ea0ab | 24-Apr-2017 |
Igal Liberman <igall@marvell.com> |
fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETP
Add SFI analog parameters initialization values according to latest ETP.
Signed-off-by: Igal Liberman <igall@marvell.
fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETP
Add SFI analog parameters initialization values according to latest ETP.
Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| 52dc7b03 | 24-Apr-2017 |
Stefan Roese <sr@denx.de> |
phy: marvell: print comphy status even when it's disconnected
since now the COMPHY can also be ignored, we must know the state of the COMPHY. we cannot assume anymore that a missing COMPHY is unconn
phy: marvell: print comphy status even when it's disconnected
since now the COMPHY can also be ignored, we must know the state of the COMPHY. we cannot assume anymore that a missing COMPHY is unconnected.
Signed-off-by: Yehuda Yitschak <yehuday@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| e7ed9574 | 24-Apr-2017 |
Stefan Roese <sr@denx.de> |
fix: phy: marvell: cp110: fix comphy lane 4 selection options
The comphy configuration is incorrect. Set the correct values for SGMII.
In addition, remove xaui from the comment as it is not support
fix: phy: marvell: cp110: fix comphy lane 4 selection options
The comphy configuration is incorrect. Set the correct values for SGMII.
In addition, remove xaui from the comment as it is not supported.
Signed-off-by: Yoav Gvili <ygvili@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| b617a0d7 | 24-Apr-2017 |
Igal Liberman <igall@marvell.com> |
phy: marvell: cp110: add 5G XFI mode
This patch adds the option to configure a comphy to 5G XFI mode.
In order to configure the comphy to 5G XFI, update the comphy node in the device-tree: phy2 {
phy: marvell: cp110: add 5G XFI mode
This patch adds the option to configure a comphy to 5G XFI mode.
In order to configure the comphy to 5G XFI, update the comphy node in the device-tree: phy2 { phy-type = <PHY_TYPE_SFI>; phy-speed = <PHY_SPEED_5_15625G>; };
Signed-off-by: Igal Liberman <igall@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| c01f9fe8 | 24-Apr-2017 |
Igal Liberman <igall@marvell.com> |
fix: phy: marvell: cp110: sata: update analog parameters according to latest ETP
Add SATA analog parameters initialization values according to latest ETP.
Signed-off-by: Konstantin Porotchkin <kost
fix: phy: marvell: cp110: sata: update analog parameters according to latest ETP
Add SATA analog parameters initialization values according to latest ETP.
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| d37f020e | 24-Apr-2017 |
Stefan Roese <sr@denx.de> |
fix: phy: marvell: cp110: fix the KR/SFI line 4 selector
This patch fixes the following: 1. KR/SFI on lane #4 mux selector is 0x2 and not 0x1 2. Comment typo
Signed-off-by: Rabeeh Khoury <rabeeh@so
fix: phy: marvell: cp110: fix the KR/SFI line 4 selector
This patch fixes the following: 1. KR/SFI on lane #4 mux selector is 0x2 and not 0x1 2. Comment typo
Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| 6ecc0b1c | 24-Apr-2017 |
Stefan Roese <sr@denx.de> |
phy: marvell: add IGNORE COMPHY type
This type tells u-boot to preserve the COMPHY settings as is it is usefull in situations where the COMPHY was initialized by earlier firmware. Note that IGNORE i
phy: marvell: add IGNORE COMPHY type
This type tells u-boot to preserve the COMPHY settings as is it is usefull in situations where the COMPHY was initialized by earlier firmware. Note that IGNORE is different from UNCONNECTED since setting UNCONNECTED type will disconnect the COMPHY in the COMPHY MUX which is a desired behaviour
Signed-off-by: Yehuda Yitschak <yehuday@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| e89acc4b | 24-Apr-2017 |
Stefan Roese <sr@denx.de> |
phy: marvell: cp110: update utmi phy connection type
UTMI_PHY_TO_USB_HOST was used in USB3 UTMI dts node only, but there will be USB2 UTMI dts node for some SoCs that have got USB2 controller, so re
phy: marvell: cp110: update utmi phy connection type
UTMI_PHY_TO_USB_HOST was used in USB3 UTMI dts node only, but there will be USB2 UTMI dts node for some SoCs that have got USB2 controller, so rename TO_USB_HOST to TO_USB3_HOST to distinguish TO_USB2_HOST in later on patches.
Signed-off-by: zachary <zhangzg@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| 7dda98e0 | 24-Apr-2017 |
Stefan Roese <sr@denx.de> |
phy: marvell: cp110: add support for end point configuration
The serdes was always configured in root complex mode. this patch add new entry in device tree (per serdes) which indicates whether the s
phy: marvell: cp110: add support for end point configuration
The serdes was always configured in root complex mode. this patch add new entry in device tree (per serdes) which indicates whether the serdes is in end point mode. if so, it skips the root complex configuration.
Signed-off-by: Haim Boot <hayim@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|