Message ID | 20211202075105.195664-7-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/stih418-b2199.dts | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/arch/arm/boot/dts/stih418-b2199.dts b/arch/arm/boot/dts/stih418-b2199.dts > index b66e2b29edea..d21bcc7c1271 100644 > --- a/arch/arm/boot/dts/stih418-b2199.dts > +++ b/arch/arm/boot/dts/stih418-b2199.dts > @@ -37,6 +37,17 @@ green { > }; > }; > > + miphy28lp_phy: miphy28lp { > + > + phy_port0: port@9b22000 { > + st,osc-rdy; > + }; > + > + phy_port1: port@9b2a000 { > + st,osc-force-ext; > + }; > + }; > + > soc { > sbc_serial0: serial@9530000 { > status = "okay"; > @@ -84,17 +95,6 @@ mmc0: sdhci@9060000 { > non-removable; > }; > > - miphy28lp_phy: miphy28lp@0 { > - > - phy_port0: port@9b22000 { > - st,osc-rdy; > - }; > - > - phy_port1: port@9b2a000 { > - st,osc-force-ext; > - }; > - }; > - > st_dwc3: dwc3@8f94000 { > status = "okay"; > }; Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Thanks Patrice
diff --git a/arch/arm/boot/dts/stih418-b2199.dts b/arch/arm/boot/dts/stih418-b2199.dts index b66e2b29edea..d21bcc7c1271 100644 --- a/arch/arm/boot/dts/stih418-b2199.dts +++ b/arch/arm/boot/dts/stih418-b2199.dts @@ -37,6 +37,17 @@ green { }; }; + miphy28lp_phy: miphy28lp { + + phy_port0: port@9b22000 { + st,osc-rdy; + }; + + phy_port1: port@9b2a000 { + st,osc-force-ext; + }; + }; + soc { sbc_serial0: serial@9530000 { status = "okay"; @@ -84,17 +95,6 @@ mmc0: sdhci@9060000 { non-removable; }; - miphy28lp_phy: miphy28lp@0 { - - phy_port0: port@9b22000 { - st,osc-rdy; - }; - - phy_port1: port@9b2a000 { - st,osc-force-ext; - }; - }; - st_dwc3: dwc3@8f94000 { 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/stih418-b2199.dts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-)