aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-09-18 15:14:35 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-09-18 15:14:35 +0300
commit92ffad62a6fb60126cfe39456bdc27f633333f1f (patch)
tree63ac9673c5398fd0da14abe69b7befa0795a6aa3 /drivers/phy
parentMerge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next (diff)
parentphy: cadence-torrent: Set Torrent PHY attributes (diff)
downloadlinux-dev-92ffad62a6fb60126cfe39456bdc27f633333f1f.tar.xz
linux-dev-92ffad62a6fb60126cfe39456bdc27f633333f1f.zip
Merge tag 'phy-attrs-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into 5.10/dp-pull
New phy attributes slated for kernel release v5.10. These are needed by the Cadence MHDP driver.
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/cadence/phy-cadence-torrent.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/phy/cadence/phy-cadence-torrent.c b/drivers/phy/cadence/phy-cadence-torrent.c
index 7116127358ee..116aca36f7dd 100644
--- a/drivers/phy/cadence/phy-cadence-torrent.c
+++ b/drivers/phy/cadence/phy-cadence-torrent.c
@@ -1852,6 +1852,10 @@ static int cdns_torrent_phy_probe(struct platform_device *pdev)
cdns_phy->phys[node].num_lanes,
cdns_phy->max_bit_rate / 1000,
cdns_phy->max_bit_rate % 1000);
+
+ gphy->attrs.bus_width = cdns_phy->phys[node].num_lanes;
+ gphy->attrs.max_link_rate = cdns_phy->max_bit_rate;
+ gphy->attrs.mode = PHY_MODE_DP;
} else {
dev_err(dev, "Driver supports only PHY_TYPE_DP\n");
ret = -ENOTSUPP;