From patchwork Mon Mar 9 15:36:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eliad Peller X-Patchwork-Id: 5969011 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 03AC6BF440 for ; Mon, 9 Mar 2015 15:36:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 35E58201EC for ; Mon, 9 Mar 2015 15:36:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5C736201EF for ; Mon, 9 Mar 2015 15:36:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751560AbbCIPgx (ORCPT ); Mon, 9 Mar 2015 11:36:53 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:33669 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751390AbbCIPgv (ORCPT ); Mon, 9 Mar 2015 11:36:51 -0400 Received: by widfb4 with SMTP id fb4so10929604wid.0 for ; Mon, 09 Mar 2015 08:36:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=uOoYW2wPQAaKVZNBx30b/nFv4PlSrx4BNmH2S/pIp58=; b=jgc2irSwB36BvRl8IHmelAVxCTCpsD4thXe6J7dJ9ykunYHzJuXXyAB2Zgjowd2PFF Jy0+NroErrOlAeM1OA1E6B/s5Tyu942I8SlRrAiPe69hlBXdASM+0jA6YAwtOB3jK23L JxF6xYQTLwDPWs98iTxLt72+CaOsLEGIv8cIduHFeVR4ubJCnH9967K0gXMd2+rmEceV 1gJKc5jwEuWbKL2PITRXtEmWb6MiJm6O9njlBisjP+oTSNh11x1RA2vpQkLWxEPkNi5N /a/TDNTA4voRg8nAYqC6fuSFERTcHfaDN4ChkooTwJiz8/dT5cmK+73hj8vqhyVCMNz/ PtEw== X-Gm-Message-State: ALoCoQkkHMlDmz0B7bc0x36SaXwHPiOfhlutjp2gJj9KUTDeBEL555eUATlI1qM0FNgQBwljpAx3 X-Received: by 10.194.223.103 with SMTP id qt7mr56672671wjc.35.1425915409910; Mon, 09 Mar 2015 08:36:49 -0700 (PDT) Received: from localhost.localdomain ([89.139.55.99]) by mx.google.com with ESMTPSA id ev7sm28729772wjb.47.2015.03.09.08.36.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 09 Mar 2015 08:36:48 -0700 (PDT) From: Eliad Peller To: , , , Cc: Arnd Bergmann Subject: [PATCH v5 1/3] dt: bindings: add wl18xx wireless device Date: Mon, 9 Mar 2015 17:36:40 +0200 Message-Id: <1425915402-10012-1-git-send-email-eliad@wizery.com> X-Mailer: git-send-email 1.8.5.2.229.g4448466.dirty Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add device tree binding documentation for TI's wl18xx wlan chip. Signed-off-by: Eliad Peller --- .../devicetree/bindings/net/wireless/ti,wl18xx.txt | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wl18xx.txt diff --git a/Documentation/devicetree/bindings/net/wireless/ti,wl18xx.txt b/Documentation/devicetree/bindings/net/wireless/ti,wl18xx.txt new file mode 100644 index 0000000..9dcf535 --- /dev/null +++ b/Documentation/devicetree/bindings/net/wireless/ti,wl18xx.txt @@ -0,0 +1,39 @@ +TI Wilink8 (wl18xx) SDIO devices + +This node provides properties for controlling the wilink8 wireless device. The +node is expected to be specified as a child node to the SDIO controller that +connects the device to the system. + +Required properties: + - compatible : Should be "ti,wl18xx". + - compatible: should be one of the following: + * "ti,wl1801" + * "ti,wl1805" + * "ti,wl1807" + * "ti,wl1831" + * "ti,wl1835" + * "ti,wl1837" + - interrupts : specifies attributes for the out-of-band interrupt. + +Optional properties: + - interrupt-parent : the phandle for the interrupt controller to which the + device interrupts are connected. + +Example: + +&mmc3 { + status = "okay"; + vmmc-supply = <&wlan_en_reg>; + bus-width = <4>; + cap-power-off-card; + keep-power-in-suspend; + + #address-cells = <1>; + #size-cells = <0>; + wlcore: wlcore@2 { + compatible = "ti,wl1835"; + reg = <2>; + interrupt-parent = <&gpio0>; + interrupts = <19 IRQ_TYPE_NONE>; + }; +};