File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3141,6 +3141,9 @@ static const struct qmp_phy_cfg sm8450_qmp_gen4x2_pciephy_cfg = {
3141
3141
3142
3142
.pwrdn_ctrl = SW_PWRDN | REFCLK_DRV_DSBL ,
3143
3143
.phy_status = PHYSTATUS_4_20 ,
3144
+
3145
+ /* 20MHz PHY AUX Clock */
3146
+ .aux_clock_rate = 20000000 ,
3144
3147
};
3145
3148
3146
3149
static const struct qmp_phy_cfg sm8550_qmp_gen3x2_pciephy_cfg = {
@@ -3198,6 +3201,9 @@ static const struct qmp_phy_cfg sm8550_qmp_gen4x2_pciephy_cfg = {
3198
3201
.pwrdn_ctrl = SW_PWRDN | REFCLK_DRV_DSBL ,
3199
3202
.phy_status = PHYSTATUS_4_20 ,
3200
3203
.has_nocsr_reset = true,
3204
+
3205
+ /* 20MHz PHY AUX Clock */
3206
+ .aux_clock_rate = 20000000 ,
3201
3207
};
3202
3208
3203
3209
static const struct qmp_phy_cfg sm8650_qmp_gen4x2_pciephy_cfg = {
@@ -3228,6 +3234,9 @@ static const struct qmp_phy_cfg sm8650_qmp_gen4x2_pciephy_cfg = {
3228
3234
.pwrdn_ctrl = SW_PWRDN | REFCLK_DRV_DSBL ,
3229
3235
.phy_status = PHYSTATUS_4_20 ,
3230
3236
.has_nocsr_reset = true,
3237
+
3238
+ /* 20MHz PHY AUX Clock */
3239
+ .aux_clock_rate = 20000000 ,
3231
3240
};
3232
3241
3233
3242
static const struct qmp_phy_cfg sa8775p_qmp_gen4x2_pciephy_cfg = {
You can’t perform that action at this time.
0 commit comments