Re: [PATCH v1] arm/arm64: dts: mediatek: Format mediatek,larbs as an array of phandles

From: Nícolas F. R. A. Prado
Date: Tue Mar 01 2022 - 15:35:18 EST


On Mon, Feb 28, 2022 at 10:54:03AM +0100, Matthias Brugger wrote:
> Hi Nícolas,
>
> On 25/02/2022 23:53, Nícolas F. R. A. Prado wrote:
> > Commit 39bd2b6a3783 ("dt-bindings: Improve phandle-array schemas")
> > updated the mediatek,larbs property in the mediatek,iommu.yaml
> > dt-binding to make it clearer that the phandles passed to the property
> > are independent, rather than subsequent arguments to the first phandle.
> >
> > Update the mediatek,larbs property in the Devicetrees to use the same
> > formatting. This change doesn't impact any behavior: the compiled dtb is
> > exactly the same. It does however fix the warnings generated by
> > dtbs_check.
> >
> > Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>
> >
> > ---
> >
> > arch/arm/boot/dts/mt2701.dtsi | 2 +-
> > arch/arm/boot/dts/mt7623n.dtsi | 2 +-
>
> Thanks for your patch. Would you mind to split it in two parts. One for 64
> bit and one 32 bits?

Sure. I've sent v2 with that split:

https://lore.kernel.org/all/20220301203147.1143782-1-nfraprado@xxxxxxxxxxxxx/

Thanks,
Nícolas