[RFC PATCH v2 12/16] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers

Jakub Kostiw jakub.kostiw at videtronic.com
Wed May 7 02:02:12 PDT 2025


 > Can you revert your changes and try this?
 >
 > diff --git a/drivers/media/i2c/maxim-serdes/max9296a.c 
b/drivers/media/i2c/maxim-serdes/max9296a.c
 > index dea0518fd790..3bb80fe42a22 100644
 > --- a/drivers/media/i2c/maxim-serdes/max9296a.c
 > +++ b/drivers/media/i2c/maxim-serdes/max9296a.c
 > @@ -519,7 +519,7 @@ static int max9296a_init_phy(struct max_des *des, 
struct max_des_phy *phy)
 >         return ret;
 >
 >     /* Pull DPLL block out of reset. */
 > -    ret = regmap_set_bits(priv->regmap, MAX9296A_DPLL_0(index),
 > +    ret = regmap_set_bits(priv->regmap, MAX9296A_DPLL_0(hw_index),
 >                   MAX9296A_DPLL_0_CONFIG_SOFT_RST_N);
 >     if (ret)
 >         return ret;

This fixes the issue, great work!



More information about the linux-arm-kernel mailing list