> -----邮件原件----- > 发件人: Tom Rini <[email protected]> > 发送时间: 2026年2月5日 23:39 > 收件人: Alice Guo (OSS) <[email protected]> > 抄送: dl-uboot-imx <[email protected]>; [email protected]; Stefano > Babic <[email protected]>; Fabio Estevam <[email protected]>; Peng > Fan <[email protected]>; Ye Li <[email protected]>; Jindong Yue > <[email protected]>; Jacky Bai <[email protected]>; Marek Vasut > <[email protected]>; Rasmus Villemoes <[email protected]>; > Ross, Fedor <[email protected]>; João Paulo Gonçalves > <[email protected]>; Patrice Chotard > <[email protected]>; Valentin Caron <[email protected]>; > Vinh Nguyen <[email protected]>; Sam Protsenko > <[email protected]>; Ranjani Vaidyanathan > <[email protected]>; Ji Luo <[email protected]>; Frank Li > <[email protected]>; Sumit Garg <[email protected]>; Adam > Ford <[email protected]>; Frieder Schrempf > <[email protected]>; David Zang <[email protected]>; > Andrew Goodbody <[email protected]>; Sumit Garg > <[email protected]>; Marek Vasut <[email protected]>; Joseph Guo > <[email protected]>; [email protected]; Alice Guo > <[email protected]> > 主题: Re: [PATCH v1 10/12] dts: upstream: arm64: freescale: Sync i.MX952 > device tree from Linux > > On Thu, Feb 05, 2026 at 09:55:16PM +0800, [email protected] wrote: > > > From: Alice Guo <[email protected]> > > > > Sync i.MX952 device tree files from linux-next next-20260202: > > - Add imx952.dtsi for SoC > > - Add imx952-evk.dts for i.MX952 EVK board > > - Add imx952-*.h headers for clock, pinctrl and power > > > > Imported from linux-next commit 193579fe0138 ("Add linux-next specific > > ifiles for 20260202") > > > > Signed-off-by: Alice Guo <[email protected]> > > --- > > dts/upstream/src/arm64/freescale/imx952-clock.h | 215 ++++ > > dts/upstream/src/arm64/freescale/imx952-evk.dts | 596 ++++++++++ > > dts/upstream/src/arm64/freescale/imx952-pinfunc.h | 867 > ++++++++++++++ > > dts/upstream/src/arm64/freescale/imx952-power.h | 44 + > > dts/upstream/src/arm64/freescale/imx952.dtsi | 1266 > +++++++++++++++++++++ > > 5 files changed, 2988 insertions(+) > > This needs to be done (as a series of, if needed) tools/update-subtree.sh > cherry-pick operations. That gives the right commit message format that > shows these are changes from upstream. > > -- > Tom
Hi Tom, Thank you for the review. These i.MX952 files are not yet available in the devicetree-rebasing repository, so I cannot use the standard workflow: ./tools/update-subtree.sh pick dts <devicetree-rebasing-commit-id> Should I wait for the devicetree-rebasing sync? Best regards, Alice Guo

