From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [RFC v5 05/15] MIPS: dts: qca: introduce AR9331 devicetree Date: Tue, 9 Feb 2016 12:12:12 +0100 Message-ID: <201602091212.12258.marex@denx.de> References: <1455005641-7079-1-git-send-email-antonynpavlov@gmail.com> <1455005641-7079-6-git-send-email-antonynpavlov@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1455005641-7079-6-git-send-email-antonynpavlov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Antony Pavlov Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, Wills Wang , Daniel Schwierzeck , Alban Bedel , Gabor Juhos , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Tuesday, February 09, 2016 at 09:13:51 AM, Antony Pavlov wrote: > This patch introduces devicetree for Atheros AR9331 SoC (AKA Hornet). > The AR9331 chip is a Wi-Fi System-On-Chip (WiSOC), > typically used in very cheap Access Points and Routers. > > Signed-off-by: Antony Pavlov > Cc: Gabor Juhos > Cc: Alban Bedel > Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > --- [...] > + usb: usb@1b000100 { > + compatible = "qca,ar7100-ehci", "generic-ehci"; > + reg = <0x1b000100 0x100>; It's actually chipidea HDRC , you should bind that driver with it instead. See for example this: http://patchwork.linux-mips.org/patch/4968/ > + interrupt-parent = <&cpuintc>; > + interrupts = <3>; > + resets = <&rst 5>; > + > + has-transaction-translator; > + > + phy-names = "usb"; > + phys = <&usb_phy>; > + > + status = "disabled"; > + }; [...] Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 09 Feb 2016 12:25:46 +0100 (CET) Received: from mail-out.m-online.net ([212.18.0.10]:58408 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27011768AbcBILXkKU8D9 (ORCPT ); Tue, 9 Feb 2016 12:23:40 +0100 Received: from mail.nefkom.net (unknown [192.168.8.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3q020V3Hrgz3hjZR; Tue, 9 Feb 2016 12:23:38 +0100 (CET) X-Auth-Info: oRhuqclZy14eK3e48CVRhQmDnEK2APICgiqRAl2bw7U= Received: from chi.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3q020V1ghrzvhTg; Tue, 9 Feb 2016 12:23:38 +0100 (CET) From: Marek Vasut To: Antony Pavlov Subject: Re: [RFC v5 05/15] MIPS: dts: qca: introduce AR9331 devicetree Date: Tue, 9 Feb 2016 12:12:12 +0100 User-Agent: KMail/1.13.7 (Linux/3.14-2-amd64; KDE/4.13.1; x86_64; ; ) Cc: linux-mips@linux-mips.org, Wills Wang , Daniel Schwierzeck , Alban Bedel , Gabor Juhos , devicetree@vger.kernel.org References: <1455005641-7079-1-git-send-email-antonynpavlov@gmail.com> <1455005641-7079-6-git-send-email-antonynpavlov@gmail.com> In-Reply-To: <1455005641-7079-6-git-send-email-antonynpavlov@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201602091212.12258.marex@denx.de> Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 51899 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: marex@denx.de Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tuesday, February 09, 2016 at 09:13:51 AM, Antony Pavlov wrote: > This patch introduces devicetree for Atheros AR9331 SoC (AKA Hornet). > The AR9331 chip is a Wi-Fi System-On-Chip (WiSOC), > typically used in very cheap Access Points and Routers. > > Signed-off-by: Antony Pavlov > Cc: Gabor Juhos > Cc: Alban Bedel > Cc: linux-mips@linux-mips.org > Cc: devicetree@vger.kernel.org > --- [...] > + usb: usb@1b000100 { > + compatible = "qca,ar7100-ehci", "generic-ehci"; > + reg = <0x1b000100 0x100>; It's actually chipidea HDRC , you should bind that driver with it instead. See for example this: http://patchwork.linux-mips.org/patch/4968/ > + interrupt-parent = <&cpuintc>; > + interrupts = <3>; > + resets = <&rst 5>; > + > + has-transaction-translator; > + > + phy-names = "usb"; > + phys = <&usb_phy>; > + > + status = "disabled"; > + }; [...] Best regards, Marek Vasut