From 2a390925dfa11e6dbed7ab3a75546ff7ac71dced Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 11 Mar 2015 17:08:32 +0000 Subject: lantiq: Convert Zyxel P-2812HNU-FX and TP-Link TD-W8970 to support dwc2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here the device tree entry for ifxhcd is listed as compatible with one supported in dwc2 (after patching the dwc driver appropriately). A second entry is added to support the second core of the hcd. This entry is listed to be compatible with only dwc2. Done this way there should be backwards support for both hcd drivers (ltq-hcd and dwc2) Signed-off-by: Antti Seppälä Signed-off-by: Vincent Pelletier SVN-Revision: 44676 --- target/linux/lantiq/dts/TDW8970.dts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/lantiq/dts/TDW8970.dts') diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index 1b42d48daf..d8dcb5d836 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -129,6 +129,11 @@ gpios = <&gpio 33 0>; lantiq,portmask = <0x3>; }; + + ifxhcd@E106000 { + status = "okay"; + gpios = <&gpio 33 0>; + }; }; gphy-xrx200 { -- cgit v1.2.3