From: Tony Lindgren Date: Thu, 5 Jan 2017 16:37:01 +0000 (-0800) Subject: ARM: dts: pandaboard: Allow bootloader to configure USB Ethernet MAC X-Git-Tag: v4.11-rc1~87^2~1^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=879a29e32c2db499b9b4b118466373cba7c276e0;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: pandaboard: Allow bootloader to configure USB Ethernet MAC Inspired by a patch for beagleboard xm by Laurent Pinchart , similar patch also works for pandaboard. The only difference is that the hub is address 1 instead of 2. Cc: Laurent Pinchart Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi index 1673689..edbc409 100644 --- a/arch/arm/boot/dts/omap4-panda-common.dtsi +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi @@ -16,6 +16,7 @@ aliases { display0 = &dvi0; display1 = &hdmi0; + ethernet = ðernet; }; leds: leds { @@ -520,6 +521,21 @@ &usbhsehci { phys = <&hsusb1_phy>; + + #address-cells = <1>; + #size-cells = <0>; + + hub@1 { + compatible = "usb424,9514"; + reg = <1>; + #address-cells = <1>; + #size-cells = <0>; + + ethernet: usbether@1 { + compatible = "usb424,ec00"; + reg = <1>; + }; + }; }; &dss {