On Thu, Jun 06, 2024 at 09:56:14AM -0600, Rob Herring (Arm) wrote: > > On Wed, 05 Jun 2024 16:27:03 -0400, Frank Li wrote: > > Add imx8dxl_cm4, lsio mu5 and related memory region. > > > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > --- > > arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 48 +++++++++++++++++++ > > 1 file changed, 48 insertions(+) > > > > > My bot found new DTB warnings on the .dts files added or changed in this > series. > > Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings > are fixed by another series. Ultimately, it is up to the platform > maintainer whether these warnings are acceptable or not. No need to reply > unless the platform maintainer has comments. > > If you already ran DT checks and didn't see these error(s), then > make sure dt-schema is up to date: > > pip3 install dtschema --upgrade > > > New warnings running 'make CHECK_DTBS=y freescale/imx8dxl-evk.dtb' for 20240605202703.1220203-1-Frank.Li@xxxxxxx: > > arch/arm64/boot/dts/freescale/imx8dxl-evk.dtb: imx8dxl-cm4: power-domains: [[14, 278], [14, 297]] is too short > from schema $id: http://devicetree.org/schemas/remoteproc/fsl,imx-rproc.yaml# Rob: Fixed patch already sent before send this patch. https://lore.kernel.org/imx/20240606150030.3067015-1-Frank.Li@xxxxxxx/T/#u Do I need sent both patch together? I faced many similar cases. Frank Li > > > > >