On Thu, 14 Oct 2021 07:33:26 -0500 Rob Herring robh+dt@xxxxxxxxxx wrote: ... >> +++ b/arch/powerpc/boot/dts/ac14xx.dts >> @@ -301,13 +301,21 @@ >> fsl,tx-fifo-size = <512>; >> }; >> >> + /delete-node/ psc@11400; >> + /delete-node/ psc@11500; > >That's an odd way to fix this, and means every user of the .dtsi file >with these nodes will have to repeat the same thing. okay, in v2 patch I've extracted the psc nodes to files which can be included and extended individually. Anatolij