diff options
author | Mark Brown <broonie@kernel.org> | 2023-06-12 16:50:15 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-12 16:50:15 +0300 |
commit | b7c268638db1a27305abe9cb371c13c3a7a8868b (patch) | |
tree | 3780da798bd0c23bd8bbb33233cd9f547313f6d7 /drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c | |
parent | 99e8dd39f34333d745e6c220be5d166e85214e6c (diff) | |
parent | 858fd168a95c5b9669aac8db6c14a9aeab446375 (diff) | |
download | linux-b7c268638db1a27305abe9cb371c13c3a7a8868b.tar.xz |
regmap: Merge up v6.4-rc6
The fix for maple tree RCU locking on sync is a dependency for the
block sync code for the maple tree.
Diffstat (limited to 'drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c')
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c b/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c index a59063596214..6c237f3cc66d 100644 --- a/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c +++ b/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c @@ -115,11 +115,11 @@ struct phy_override_seq { * * @cfg_ahb_clk: AHB2PHY interface clock * @ref_clk: phy reference clock - * @iface_clk: phy interface clock * @phy_reset: phy reset control * @vregs: regulator supplies bulk data * @phy_initialized: if PHY has been initialized correctly * @mode: contains the current mode the PHY is in + * @update_seq_cfg: tuning parameters for phy init */ struct qcom_snps_hsphy { struct phy *phy; |