File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1323,6 +1323,7 @@ static const struct reg_default fsl_xcvr_phy_reg_defaults[] = {
13231323};
13241324
13251325static const struct regmap_config fsl_xcvr_regmap_phy_cfg = {
1326+ .name = "phy" ,
13261327 .reg_bits = 8 ,
13271328 .reg_stride = 4 ,
13281329 .val_bits = 32 ,
@@ -1335,6 +1336,7 @@ static const struct regmap_config fsl_xcvr_regmap_phy_cfg = {
13351336};
13361337
13371338static const struct regmap_config fsl_xcvr_regmap_pllv0_cfg = {
1339+ .name = "pllv0" ,
13381340 .reg_bits = 8 ,
13391341 .reg_stride = 4 ,
13401342 .val_bits = 32 ,
@@ -1345,6 +1347,7 @@ static const struct regmap_config fsl_xcvr_regmap_pllv0_cfg = {
13451347};
13461348
13471349static const struct regmap_config fsl_xcvr_regmap_pllv1_cfg = {
1350+ .name = "pllv1" ,
13481351 .reg_bits = 8 ,
13491352 .reg_stride = 4 ,
13501353 .val_bits = 32 ,
You can’t perform that action at this time.
0 commit comments