On Thu, Jun 27, 2024 at 02:27:29PM -0400, Frank Li wrote: > On Thu, Jun 27, 2024 at 11:22:57AM -0600, Rob Herring wrote: > > On Thu, Jun 27, 2024 at 11:17 AM Rob Herring <robh@xxxxxxxxxx> wrote: > > > > > > On Wed, Jun 26, 2024 at 2:26 PM Frank Li <Frank.Li@xxxxxxx> wrote: > > > > > > > > Add #dma-cells for qdma to fix below warning. > > > > dma-controller@8380000: '#dma-cells' is a required property > > > > > > > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > > > --- > > > > arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 1 + > > > > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 1 + > > > > arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 1 + > > > > 3 files changed, 3 insertions(+) > > > > > > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > > > > Except for the typo in the subject... > > > > Frank, while I appreciate the great number of reductions in DT > > warnings on FSL platforms you and others have been working on, your > > work is sloppy with issues you should find yourself. > > I found the typo after I sent yesterday. I planned fix it after collect > some comments. It was already in shawn's tree. I hope shawn can help fix > it. s/layerscaple/layerscape Fixed it up. Thanks for spotting it, Rob! Shawn