RE: [PATCH 1/2] ARM: dts: imx: use generic name bus

From: Peng Fan
Date: Wed Feb 12 2020 - 22:15:27 EST


Hi Shawn,

> Subject: Re: [PATCH 1/2] ARM: dts: imx: use generic name bus
>
> On Thu, Jan 16, 2020 at 06:37:57AM +0000, Peng Fan wrote:
> > From: Peng Fan <peng.fan@xxxxxxx>
> >
> > Per devicetree specification, generic names are recommended to be
> > used, such as bus.
> >
> > i.MX AIPS is a AHB - IP bridge bus, so we could use bus as node name.
> >
> > Script:
> > sed -i "s/\<aips@/bus@/" arch/arm/boot/dts/imx*.dtsi sed -i
> > "s/\<aips-bus@/bus@/" arch/arm/boot/dts/imx*.dtsi
> >
> > Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> > ---
> > arch/arm/boot/dts/imx25.dtsi | 4 ++--
> > arch/arm/boot/dts/imx31.dtsi | 4 ++--
> > arch/arm/boot/dts/imx35.dtsi | 4 ++--
> > arch/arm/boot/dts/imx50.dtsi | 4 ++--
> > arch/arm/boot/dts/imx51.dtsi | 4 ++--
> > arch/arm/boot/dts/imx53.dtsi | 4 ++--
> > arch/arm/boot/dts/imx6dl.dtsi | 4 ++--
> > arch/arm/boot/dts/imx6q.dtsi | 2 +-
> > arch/arm/boot/dts/imx6qdl.dtsi | 4 ++--
> > arch/arm/boot/dts/imx6qp.dtsi | 2 +- arch/arm/boot/dts/imx6sl.dtsi
> > | 4 ++-- arch/arm/boot/dts/imx6sll.dtsi | 4 ++--
> > arch/arm/boot/dts/imx6sx.dtsi | 6 +++---
> > arch/arm/boot/dts/imx6ul.dtsi | 4 ++--
> > arch/arm/boot/dts/imx6ull.dtsi | 2 +-
> > arch/arm/boot/dts/imx7s.dtsi | 6 +++---
> > 16 files changed, 31 insertions(+), 31 deletions(-)
>
> We may want to cover Vybrid family (see vf500.dtsi, vfxxx.dtsi) as well.

ok. Since Patch 2/2 has been applied by you. I'll only post v2 for patch 1/2.

Thanks,
Peng.

>
> Shawn