+Abel > -----Original Message----- > From: Shawn Guo <shawnguo@xxxxxxxxxx> > Sent: Tuesday, September 6, 2022 6:19 PM > To: Jun Li <jun.li@xxxxxxx> > Cc: Marco Felsch <m.felsch@xxxxxxxxxxxxxx>; robh+dt@xxxxxxxxxx; > krzysztof.kozlowski+dt@xxxxxxxxxx; s.hauer@xxxxxxxxxxxxxx; > kernel@xxxxxxxxxxxxxx; festevam@xxxxxxxxx; marex@xxxxxxx; > devicetree@xxxxxxxxxxxxxxx; Peng Fan <peng.fan@xxxxxxx>; > Markus.Niebel@xxxxxxxxxxxxxxx; laurent.pinchart@xxxxxxxxxxxxxxxx; > paul.elder@xxxxxxxxxxxxxxxx; dl-linux-imx <linux-imx@xxxxxxx>; > aford173@xxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; > l.stach@xxxxxxxxxxxxxx > Subject: Re: [PATCH] arm64: dts: imx8mp: correct usb clocks > > On Tue, Sep 06, 2022 at 09:49:28AM +0000, Jun Li wrote: > > Hi Shawn, > > > > > > > > Hi Li, > > > > > > > > > > > > On 22-08-24, Li Jun wrote: > > > > > > > After commit cf7f3f4fa9e5 ("clk: imx8mp: fix usb_root_clk > > > > > > > parent"), usb_root_clk is no longer for suspend clock so > > > > > > > update dts accordingly to use right bus clock and suspend clock. > > > > > > > > > > > > Please don't send two seperate patchsets for this topic, since > > > > > > they can be applied delayed. So your v2 should contain the > > > > > > patches from [1] > > > > > as well. > > > > > > > > > > Understood, I will put all in one patch set in v2. > > > > > > > > Since the clock part patches[1] already were accepted, I think > > > > this corresponding dts fix patch should be okay as it is. > > > > > > Should I apply the DTS patch for v6.0-rc or v6.1? My understanding > > > is that it needs to appear in the same release as clock patch[1], right? > > > > Yes, it needs to appear in the same release as clock patch[1]. > > So could you find out which release the clock patch is targeting? Seems the clock patches[1] are only at Abel's tree. Actually this dts patch and clk patches[1] should apply for the releases with below patch: commit cf7f3f4fa9e57b8e9f594823e77e6cbb0ce2b254 Author: Peng Fan <peng.fan@xxxxxxx> Date: Sat May 7 20:54:30 2022 +0800 clk: imx8mp: fix usb_root_clk parent According to reference mannual CCGR77(usb) sources from hsio_axi, fix it. Fixes: 9c140d9926761 ("clk: imx: Add support for i.MX8MP clock driver") Signed-off-by: Peng Fan <peng.fan@xxxxxxx> Reviewed-by: Abel Vesa <abel.vesa@xxxxxxx> Link: https://lore.kernel.org/r/20220507125430.793287-1-peng.fan@xxxxxxxxxxx Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx> So it should target v5.19, v6.0rc and v6.1 Do I need resend the patch with stable tag applied? like Cc: stable@xxxxxxxxxxxxxxx # v5.19+ [1] https://lore.kernel.org/linux-arm-kernel/1661328262-3867-2-git-send-email-jun.li@xxxxxxx/ Thanks Li Jun > > Shawn