From patchwork Thu Aug 20 16:01:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?QW50dGkgU2VwcMOkbMOk?= X-Patchwork-Id: 509089 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 243731402A2 for ; Fri, 21 Aug 2015 02:04:24 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=Kq+QhK8w; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 05F0A28BC23; Thu, 20 Aug 2015 18:02:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 0825028BBDE for ; Thu, 20 Aug 2015 18:01:50 +0200 (CEST) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 20 Aug 2015 18:01:49 +0200 (CEST) Received: by lahi9 with SMTP id i9so25368446lah.2 for ; Thu, 20 Aug 2015 09:02:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=riiNpqYlgDL0ITGC/+4mJHEFjJWn7qLZzqQLv3er9L8=; b=Kq+QhK8wYn0T4f9V/m+kfHVcCLlgy4XOnApoZagkYocsg/ie1YaVbZhwMWbhx+LQG7 0wH92j1BVPX6dbyoYnCvzZrhDXxS8jHqvyI4kvq2PRt4X4Mqrh4EzzVUZlqWO8sN8sZ+ 3AR2L4orWOipkCAvxKU8is87GSxOHH0RiPFBU+UidwdyW6lDQIWdx5TZ3n4EPXVQQIGC 3R5CUnmUC0fgnmkbyFEgUiU5fkR/YQQNrV5jJL8Sh01cZl0VVv9Z9bOFSlRYEFilQxtT sBlanqlw7lr33ol8E86lhAu9iGkoGD48riyMfutqVU8EQFFqyR/DGuDNrp8bmT0iWK3C e44g== X-Received: by 10.153.7.137 with SMTP id dc9mr3524462lad.16.1440086557952; Thu, 20 Aug 2015 09:02:37 -0700 (PDT) Received: from griffin.lan (85-76-182-202-nat.elisa-mobile.fi. [85.76.182.202]) by smtp.gmail.com with ESMTPSA id k9sm1348291lbp.13.2015.08.20.09.02.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 20 Aug 2015 09:02:37 -0700 (PDT) From: =?UTF-8?q?Antti=20Sepp=C3=A4l=C3=A4?= To: openwrt-devel@lists.openwrt.org Date: Thu, 20 Aug 2015 19:01:50 +0300 Message-Id: <1440086512-12772-3-git-send-email-a.seppala@gmail.com> X-Mailer: git-send-email 2.4.6 In-Reply-To: <1440086512-12772-1-git-send-email-a.seppala@gmail.com> References: <1440086512-12772-1-git-send-email-a.seppala@gmail.com> MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH 2/4] lantiq: Introduce DWC2 compatible DTS definitions for AR9 USB X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Since the AR9 USB is very similar to the VR9 USB it too can be used with the upstream DWC2 driver. Here are the DTS definitions which make it compatible with the DWC2 driver. Signed-off-by: Antti Seppälä --- target/linux/lantiq/dts/ar9.dtsi | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/target/linux/lantiq/dts/ar9.dtsi b/target/linux/lantiq/dts/ar9.dtsi index cc65fd1..ee4e374 100644 --- a/target/linux/lantiq/dts/ar9.dtsi +++ b/target/linux/lantiq/dts/ar9.dtsi @@ -115,7 +115,7 @@ }; ifxhcd@E101000 { - compatible = "lantiq,ifxhcd-arx100"; + compatible = "lantiq,ifxhcd-arx100", "lantiq,ifxhcd-arx100-dwc2"; reg = <0xE101000 0x1000 0xE120000 0x3f000>; interrupt-parent = <&icu0>; @@ -123,6 +123,15 @@ status = "disabled"; }; + ifxhcd@E106000 { + compatible = "lantiq,ifxhcd-arx100-dwc2"; + reg = <0xE106000 0x1000 + 0xE1E0000 0x3f000>; + interrupt-parent = <&icu0>; + interrupts = <91>; + status = "disabled"; + }; + deu@E103100 { compatible = "lantiq,deu-arx100"; reg = <0xE103100 0xf00>;