aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2020-05-13 16:12:53 +0300
committerKishon Vijay Abraham I <kishon@ti.com>2020-05-18 19:30:56 +0530
commit24dcb6a6637660cd77d294986b9832a813a630c2 (patch)
tree931af635af803a963b3d127feb88bab09595d396
parentdrivers: phy: sr-usb: do not use internal fsm for USB2 phy init (diff)
downloadlinux-dev-24dcb6a6637660cd77d294986b9832a813a630c2.tar.xz
linux-dev-24dcb6a6637660cd77d294986b9832a813a630c2.zip
phy: ti: am654: show up in regmap debugfs
The max_register property must be set in order to show up the registers in debugfs. Signed-off-by: Roger Quadros <rogerq@ti.com> Link: https://lore.kernel.org/r/20200513131254.10497-2-rogerq@ti.com Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-rw-r--r--drivers/phy/ti/phy-am654-serdes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/ti/phy-am654-serdes.c b/drivers/phy/ti/phy-am654-serdes.c
index 88a047b9fa6f..29e34d29895a 100644
--- a/drivers/phy/ti/phy-am654-serdes.c
+++ b/drivers/phy/ti/phy-am654-serdes.c
@@ -77,6 +77,7 @@ static struct regmap_config serdes_am654_regmap_config = {
.val_bits = 32,
.reg_stride = 4,
.fast_io = true,
+ .max_register = 0x1ffc,
};
static const struct reg_field cmu_master_cdn_o = REG_FIELD(CMU_R07C, 24, 24);