ARM: dts: exynos: fix ethernet node name for different odroid boards

The node name of Ethernet controller should be "ethernet" instead of
"usbether" as required by Ethernet controller devicetree schema:
 Documentation/devicetree/bindings/net/ethernet-controller.yaml

This patch can potentially affect boot loaders patching against full
node path instead of using device aliases.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/r/20220216074927.3619425-6-o.rempel@pengutronix.de
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Oleksij Rempel 2022-02-16 08:49:23 +01:00 committed by Krzysztof Kozlowski
parent 3123109284
commit c1ed0f4103
5 changed files with 5 additions and 5 deletions

View file

@ -119,7 +119,7 @@ &ehci {
phys = <&exynos_usbphy 2>, <&exynos_usbphy 3>;
phy-names = "hsic0", "hsic1";
ethernet: usbether@2 {
ethernet: ethernet@2 {
compatible = "usb0424,9730";
reg = <2>;
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */

View file

@ -81,7 +81,7 @@ hub@1 {
#address-cells = <1>;
#size-cells = <0>;
ethernet: usbether@1 {
ethernet: ethernet@1 {
compatible = "usb0424,ec00";
reg = <1>;
/* Filled in by a bootloader */

View file

@ -655,7 +655,7 @@ &usbhost2 {
#address-cells = <1>;
#size-cells = <0>;
ethernet: usbether@2 {
ethernet: ethernet@2 {
compatible = "usb0424,9730";
reg = <2>;
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */

View file

@ -118,7 +118,7 @@ hub@1 {
#address-cells = <1>;
#size-cells = <0>;
ethernet: usbether@1 {
ethernet: ethernet@1 {
compatible = "usb0424,ec00";
reg = <1>;
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */

View file

@ -85,7 +85,7 @@ hub@1 {
#address-cells = <1>;
#size-cells = <0>;
ethernet: usbether@1 {
ethernet: ethernet@1 {
compatible = "usb0424,ec00";
reg = <1>;
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */