* Tony Lindgren <tony@xxxxxxxxxxx> [191212 16:19]: > * Grygorii Strashko <grygorii.strashko@xxxxxx> [191212 10:09]: > > Hi Tony, > > > > On 27/11/2019 18:26, Grygorii Strashko wrote: > > > > > > > > > On 27/11/2019 17:32, Grygorii Strashko wrote: > > > > Rename davinci_mdio DT node "ethernet"->"mdio" > > > > This fixes the following DT schemas check errors: > > > > am3517-craneboard.dt.yaml: ethernet@5c030000: $nodename:0: 'ethernet@5c030000' does not match '^mdio(@.*)?' > > > > > > > > Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxx> > > > > --- > > > > > > This can be for next material. > > > > > > > arch/arm/boot/dts/am3517.dtsi | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi > > > > index 76f819f4ba48..84e13778a64a 100644 > > > > --- a/arch/arm/boot/dts/am3517.dtsi > > > > +++ b/arch/arm/boot/dts/am3517.dtsi > > > > @@ -74,7 +74,7 @@ > > > > clock-names = "ick"; > > > > }; > > > > - davinci_mdio: ethernet@5c030000 { > > > > + davinci_mdio: mdio@5c030000 { > > > > compatible = "ti,davinci_mdio"; > > > > ti,hwmods = "davinci_mdio"; > > > > status = "disabled"; > > > > > > > > > > > Any comments here? > > No comments looks fine. I just have not yet gotten to applying > patches for v5.6 merge window yet. Applying into omap-for-v5.6/dt thanks. Tony