diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2019-11-27 16:32:12 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-12 18:31:34 +0100 |
commit | 65d26052d513d3a4b17a4040bcdb6de62dbb3c81 (patch) | |
tree | 90fbdb5f9b3968df3b4ef189aed81a524eb9ca4b /arch/arm/boot/dts/am3517.dtsi | |
parent | ARM: dts: am57xx-idk-common: add HDMI to the common dtsi (diff) | |
download | linux-65d26052d513d3a4b17a4040bcdb6de62dbb3c81.tar.xz linux-65d26052d513d3a4b17a4040bcdb6de62dbb3c81.zip |
ARM: dts: omap3: name mdio node properly
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am3517.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am3517.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi index 125379ecab2f..e0b5a00e2078 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"; |