Re: [PATCH 18/20] arch: dts: Fix EHCI/OHCI DT nodes name

From: Serge Semin
Date: Fri Oct 16 2020 - 04:52:52 EST


Hello Alexandre,

On Fri, Oct 16, 2020 at 09:08:23AM +0200, Alexandre Torgue wrote:
> Hi Serge,
>
> On 10/14/20 12:14 PM, Serge Semin wrote:
> > In accordance with the Generic EHCI/OHCI bindings the corresponding node
> > name is suppose to comply with the Generic USB HCD DT schema, which
> > requires the USB nodes to have the name acceptable by the regexp:
> > "^usb(@.*)?" . Let's fix the DTS files, which have the nodes defined with
> > incompatible names.
> >
> > Signed-off-by: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx>
> >
> > ---
> >
> > Please, test the patch out to make sure it doesn't brake the dependent DTS
> > files. I did only a manual grepping of the possible nodes dependencies.
> > ---
> > arch/arc/boot/dts/axs10x_mb.dtsi | 4 ++--
> > arch/arc/boot/dts/hsdk.dts | 4 ++--
> > arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 2 +-
> > arch/arm/boot/dts/bcm5301x.dtsi | 4 ++--
> > arch/arm/boot/dts/bcm53573.dtsi | 4 ++--
> > arch/arm/boot/dts/hisi-x5hd2.dtsi | 4 ++--
> > arch/arm/boot/dts/lpc18xx.dtsi | 4 ++--
> > arch/arm/boot/dts/stm32mp151.dtsi | 4 ++--
> > arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 4 ++--
> > arch/arm64/boot/dts/hisilicon/hip06.dtsi | 4 ++--
> > arch/arm64/boot/dts/hisilicon/hip07.dtsi | 4 ++--
> > arch/mips/boot/dts/ingenic/jz4740.dtsi | 2 +-
> > arch/mips/boot/dts/ingenic/jz4770.dtsi | 2 +-
> > arch/mips/boot/dts/mti/sead3.dts | 2 +-
> > arch/mips/boot/dts/ralink/mt7628a.dtsi | 2 +-
> > arch/powerpc/boot/dts/akebono.dts | 6 +++---
> > 16 files changed, 28 insertions(+), 28 deletions(-)
> >
>

> I surely missed something, but we have here in the same patch modifications
> for different architectures and different vendors.
>
> Do you plan to split this patch after getting some Acked-by / Tested-by ?

Yeah, I'll split this patch and two next ones up in v3.

-Sergey

>
> regards
> Alex
>
>