Message ID | 20220322022818.9860-1-leoyang.li@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/6] ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node | expand |
On Mon, Mar 21, 2022 at 09:28:13PM -0500, Li Yang wrote: > The binding of ifc device has been updated. Update dts to match > accordingly. > > Signed-off-by: Li Yang <leoyang.li@nxp.com> I only received patches #1, #2, #4 and #5, while it claims there are 6 patches in the series. Shawn > --- > arch/arm/boot/dts/ls1021a.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi > index 2e69d6eab4d1..52835d3dfa1b 100644 > --- a/arch/arm/boot/dts/ls1021a.dtsi > +++ b/arch/arm/boot/dts/ls1021a.dtsi > @@ -123,7 +123,7 @@ msi2: msi-controller@1570e08 { > }; > > ifc: ifc@1530000 { > - compatible = "fsl,ifc", "simple-bus"; > + compatible = "fsl,ifc"; > reg = <0x0 0x1530000 0x0 0x10000>; > interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; > status = "disabled"; > -- > 2.25.1 >
> -----Original Message----- > From: Shawn Guo <shawnguo@kernel.org> > Sent: Sunday, April 10, 2022 2:28 AM > To: Leo Li <leoyang.li@nxp.com> > Cc: Rob Herring <robh+dt@kernel.org>; linux-arm-kernel@lists.infradead.org; > devicetree@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 1/6] ARM: dts: ls1021a: remove "simple-bus" compatible > from ifc node > > On Mon, Mar 21, 2022 at 09:28:13PM -0500, Li Yang wrote: > > The binding of ifc device has been updated. Update dts to match > > accordingly. > > > > Signed-off-by: Li Yang <leoyang.li@nxp.com> > > I only received patches #1, #2, #4 and #5, while it claims there are 6 patches > in the series. I used the get_maintainers.pl script to generate the recipients. The patch #3 and #6 are for powerpc, that's probably why it missed you. Please help to review the current patches. If they need a rebase to the latest baseline I will resend the whole series and include you for all the patches. Regards, Leo > > Shawn > > > --- > > arch/arm/boot/dts/ls1021a.dtsi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/boot/dts/ls1021a.dtsi > > b/arch/arm/boot/dts/ls1021a.dtsi index 2e69d6eab4d1..52835d3dfa1b > > 100644 > > --- a/arch/arm/boot/dts/ls1021a.dtsi > > +++ b/arch/arm/boot/dts/ls1021a.dtsi > > @@ -123,7 +123,7 @@ msi2: msi-controller@1570e08 { > > }; > > > > ifc: ifc@1530000 { > > - compatible = "fsl,ifc", "simple-bus"; > > + compatible = "fsl,ifc"; > > reg = <0x0 0x1530000 0x0 0x10000>; > > interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; > > status = "disabled"; > > -- > > 2.25.1 > >
On Wed, Apr 27, 2022 at 09:26:22PM +0000, Leo Li wrote: > > > > -----Original Message----- > > From: Shawn Guo <shawnguo@kernel.org> > > Sent: Sunday, April 10, 2022 2:28 AM > > To: Leo Li <leoyang.li@nxp.com> > > Cc: Rob Herring <robh+dt@kernel.org>; linux-arm-kernel@lists.infradead.org; > > devicetree@vger.kernel.org; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH 1/6] ARM: dts: ls1021a: remove "simple-bus" compatible > > from ifc node > > > > On Mon, Mar 21, 2022 at 09:28:13PM -0500, Li Yang wrote: > > > The binding of ifc device has been updated. Update dts to match > > > accordingly. > > > > > > Signed-off-by: Li Yang <leoyang.li@nxp.com> > > > > I only received patches #1, #2, #4 and #5, while it claims there are 6 patches > > in the series. > > I used the get_maintainers.pl script to generate the recipients. The patch #3 and #6 are for powerpc, that's probably why it missed you. Please help to review the current patches. If they need a rebase to the latest baseline I will resend the whole series and include you for all the patches. > Applied all 4 patches you sent me, thanks! Shawn
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 2e69d6eab4d1..52835d3dfa1b 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -123,7 +123,7 @@ msi2: msi-controller@1570e08 { }; ifc: ifc@1530000 { - compatible = "fsl,ifc", "simple-bus"; + compatible = "fsl,ifc"; reg = <0x0 0x1530000 0x0 0x10000>; interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; status = "disabled";
The binding of ifc device has been updated. Update dts to match accordingly. Signed-off-by: Li Yang <leoyang.li@nxp.com> --- arch/arm/boot/dts/ls1021a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)