Message ID | 20211202075105.195664-6-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:50, Alain Volmat wrote: > Put of the miphy28lp_phy node out of the soc section following similar > update within stih407-family.dtsi file update. > > Signed-off-by: Alain Volmat <avolmat@me.com> > --- > arch/arm/boot/dts/stih410-b2260.dts | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts > index 9d579c16c295..c2d3b6de55d0 100644 > --- a/arch/arm/boot/dts/stih410-b2260.dts > +++ b/arch/arm/boot/dts/stih410-b2260.dts > @@ -75,6 +75,13 @@ codec { > }; > }; > > + miphy28lp_phy: miphy28lp { > + > + phy_port1: port@9b2a000 { > + st,osc-force-ext; > + }; > + }; > + > soc { > /* Low speed expansion connector */ > uart0: serial@9830000 { > @@ -196,13 +203,6 @@ hdmiddc: i2c@9541000 { > status = "okay"; > }; > > - miphy28lp_phy: miphy28lp@0 { > - > - phy_port1: port@9b2a000 { > - st,osc-force-ext; > - }; > - }; > - > sata1: sata@9b28000 { > 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 9d579c16c295..c2d3b6de55d0 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -75,6 +75,13 @@ codec { }; }; + miphy28lp_phy: miphy28lp { + + phy_port1: port@9b2a000 { + st,osc-force-ext; + }; + }; + soc { /* Low speed expansion connector */ uart0: serial@9830000 { @@ -196,13 +203,6 @@ hdmiddc: i2c@9541000 { status = "okay"; }; - miphy28lp_phy: miphy28lp@0 { - - phy_port1: port@9b2a000 { - st,osc-force-ext; - }; - }; - sata1: sata@9b28000 { status = "okay"; };
Put of the miphy28lp_phy node out of the soc section following similar update within stih407-family.dtsi file update. Signed-off-by: Alain Volmat <avolmat@me.com> --- arch/arm/boot/dts/stih410-b2260.dts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)