Commit c1ed0f41 authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Krzysztof Kozlowski
Browse files

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: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/r/20220216074927.3619425-6-o.rempel@pengutronix.de


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 31231092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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 */