Commit f949d414 authored by Łukasz Stelmach's avatar Łukasz Stelmach Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Fix Ethernet interface description on Odroid XU3



Assign appropriate compatible properties matching real USB vendor and
product ID.

Signed-off-by: default avatarŁukasz Stelmach <l.stelmach@samsung.com>
Link: https://lore.kernel.org/r/20201103184412.18874-2-l.stelmach@samsung.com


Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 73f882a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,13 +76,13 @@
	#size-cells = <0>;

	hub@1 {
		compatible = "usb8087,0024";
		compatible = "usb0424,9514";
		reg = <1>;
		#address-cells = <1>;
		#size-cells = <0>;

		ethernet: usbether@1 {
			compatible = "usb0c45,6310";
			compatible = "usb0424,ec00";
			reg = <1>;
			local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
		};