Message ID | 20211202075105.195664-13-avolmat@me.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: sti: various DT fixes to avoid warnings | expand |
Hi Alain On 12/2/21 08:51, Alain Volmat wrote: > Update usb picophy nodes out of the soc section following the > related update within the stih410.dtsi file. > > Signed-off-by: Alain Volmat <avolmat@me.com> > --- > arch/arm/boot/dts/stih410-b2260.dts | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts > index c2d3b6de55d0..26d93f26f6d0 100644 > --- a/arch/arm/boot/dts/stih410-b2260.dts > +++ b/arch/arm/boot/dts/stih410-b2260.dts > @@ -82,6 +82,14 @@ phy_port1: port@9b2a000 { > }; > }; > > + usb2_picophy1: phy2 { > + status = "okay"; > + }; > + > + usb2_picophy2: phy3 { > + status = "okay"; > + }; > + > soc { > /* Low speed expansion connector */ > uart0: serial@9830000 { > @@ -152,14 +160,6 @@ pwm1: pwm@9510000 { > status = "okay"; > }; > > - usb2_picophy1: phy2@0 { > - status = "okay"; > - }; > - > - usb2_picophy2: phy3@0 { > - status = "okay"; > - }; > - > ohci0: usb@9a03c00 { > status = "okay"; > }; Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Thanks Patrice
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index c2d3b6de55d0..26d93f26f6d0 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -82,6 +82,14 @@ phy_port1: port@9b2a000 { }; }; + usb2_picophy1: phy2 { + status = "okay"; + }; + + usb2_picophy2: phy3 { + status = "okay"; + }; + soc { /* Low speed expansion connector */ uart0: serial@9830000 { @@ -152,14 +160,6 @@ pwm1: pwm@9510000 { status = "okay"; }; - usb2_picophy1: phy2@0 { - status = "okay"; - }; - - usb2_picophy2: phy3@0 { - status = "okay"; - }; - ohci0: usb@9a03c00 { status = "okay"; };
Update usb picophy nodes out of the soc section following the related update within the stih410.dtsi file. Signed-off-by: Alain Volmat <avolmat@me.com> --- arch/arm/boot/dts/stih410-b2260.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)