diff mbox series

ARM: dts: omap3: name mdio node properly

Message ID 20191216193022.30201-1-grygorii.strashko@ti.com
State Accepted
Commit 65d26052d513d3a4b17a4040bcdb6de62dbb3c81
Headers show
Series ARM: dts: omap3: name mdio node properly | expand

Commit Message

Grygorii Strashko Dec. 16, 2019, 7:30 p.m. UTC
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@ti.com>

---
 arch/arm/boot/dts/am3517.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1

Comments

Grygorii Strashko Dec. 16, 2019, 7:39 p.m. UTC | #1
Hi All,

Pls. Ignore this mail.

On 16/12/2019 21:30, 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@ti.com>

> ---

>   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";

> 


Pls. Ignore this mail.

-- 
Best regards,
grygorii
diff mbox series

Patch

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";