On 30.08.2023 13:17, Nitheesh Sekar wrote: > Add phy init sequence and compatible string for IPQ5018 > chipset. > > Signed-off-by: Nitheesh Sekar <quic_nsekar@xxxxxxxxxxx> > --- > V2: > Updated the commit message. > --- > drivers/phy/qualcomm/phy-qcom-m31.c | 60 +++++++++++++++++++++++++++++ > 1 file changed, 60 insertions(+) > > diff --git a/drivers/phy/qualcomm/phy-qcom-m31.c b/drivers/phy/qualcomm/phy-qcom-m31.c > index ed08072ca032..81b72ebde305 100644 > --- a/drivers/phy/qualcomm/phy-qcom-m31.c > +++ b/drivers/phy/qualcomm/phy-qcom-m31.c > @@ -82,6 +82,59 @@ struct m31_priv_data { > unsigned int nregs; > }; > > +struct m31_phy_regs m31_ipq5018_regs[] = { static const? Konrad