Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: omap5-igep0050: Allow bootloader to configure USB Ethernet MAC

This is slightly different wiring compared to omap5-uevm or pandaboard:

/sys/bus/usb/devices/3-2 hub
/sys/bus/usb/devices/3-2.3 7500

Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

+21
+21
arch/arm/boot/dts/omap5-igep0050.dts
··· 19 19 reg = <0x0 0x80000000 0 0x7f000000>; /* 2032 MB */ 20 20 }; 21 21 22 + aliases { 23 + ethernet = &ethernet; 24 + }; 25 + 22 26 gpio_keys { 23 27 compatible = "gpio-keys"; 24 28 pinctrl-0 = <&power_button_pin>; ··· 119 115 OMAP5_IOPAD(0x1c4, PIN_OUTPUT | MUX_MODE6) /* mcspi1_somi.gpio5_144 */ 120 116 OMAP5_IOPAD(0x1ca, PIN_OUTPUT | MUX_MODE6) /* perslimbus2_clock.gpio5_145 */ 121 117 >; 118 + }; 119 + 120 + &usbhsehci { 121 + #address-cells = <1>; 122 + #size-cells = <0>; 123 + 124 + hub@2 { 125 + compatible = "usb424,3503"; 126 + reg = <2>; 127 + #address-cells = <1>; 128 + #size-cells = <0>; 129 + 130 + ethernet: usbether@3 { 131 + compatible = "usb424,7500"; 132 + reg = <3>; 133 + }; 134 + }; 122 135 };