Commit 171342e6 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

ARM: dts: imx6qdl-mba6: add mac address for USB ethernet controller



The mac address is stored in mainboard eeprom.

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6de27598
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -271,6 +271,22 @@
&usbh1 {
	disable-over-current;
	status = "okay";
	#address-cells = <1>;
	#size-cells = <0>;

	hub@1 {
		compatible = "usb424,2517";
		reg = <1>;
		#address-cells = <1>;
		#size-cells = <0>;

		ethernet@1 {
			compatible = "usb424,9e00";
			reg = <1>;
			nvmem-cells = <&mba_mac_address>;
			nvmem-cell-names = "mac-address";
		};
	};
};

&usbotg {
+6 −0
Original line number Diff line number Diff line
@@ -21,6 +21,12 @@
		compatible = "atmel,24c64";
		reg = <0x57>;
		pagesize = <32>;
		#address-cells = <1>;
		#size-cells = <1>;

		mba_mac_address: mac-address@20 {
			reg = <0x20 0x6>;
		};
	};

	rtc0: rtc@68 {
+6 −0
Original line number Diff line number Diff line
@@ -31,6 +31,12 @@
		compatible = "atmel,24c64";
		reg = <0x57>;
		pagesize = <32>;
		#address-cells = <1>;
		#size-cells = <1>;

		mba_mac_address: mac-address@20 {
			reg = <0x20 0x6>;
		};
	};

	rtc0: rtc@68 {