From: Roger Quadros Date: Wed, 13 May 2020 13:12:53 +0000 (+0300) Subject: phy: ti: am654: show up in regmap debugfs X-Git-Tag: v5.8-rc1~108^2~17^2~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=24dcb6a6637660cd77d294986b9832a813a630c2;p=linux-block.git 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 Link: https://lore.kernel.org/r/20200513131254.10497-2-rogerq@ti.com Signed-off-by: Kishon Vijay Abraham I --- 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);