From patchwork Sun Mar 8 13:28:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eliad Peller X-Patchwork-Id: 5961801 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 249B9BF440 for ; Sun, 8 Mar 2015 13:28:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4AB5E2026D for ; Sun, 8 Mar 2015 13:28:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7586D202C8 for ; Sun, 8 Mar 2015 13:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752558AbbCHN21 (ORCPT ); Sun, 8 Mar 2015 09:28:27 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:33233 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752431AbbCHN2Z (ORCPT ); Sun, 8 Mar 2015 09:28:25 -0400 Received: by widfb4 with SMTP id fb4so3366027wid.0 for ; Sun, 08 Mar 2015 06:28:24 -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=vGZtMT9TjGMLokMCyt2fvmywT85ZFpdJtgj1AMj6/rA=; b=cCzDFj/K1jkUGP8WfLExFEaDuDd+WRWsj57Q9UKa9os4gCuEROiudJT9RsJiqpuc8d CCzAWRoHgBY1TkyomtIIIt4Zw8ouROID0autenm7CGx8oMB/di8Jz9kJrKUpQI+Lo4rn txIpt844SD8bOZnrjhJ56izEdH1mhDGYJMO3o6xb1qqo3H7UGWX2cnuxCpzhSM4vGqOy PVKVpmcwiQoXR1b4rvY11HF0lH5DdmRzdaG/pV+c3+yDEwBMShs4LHJ5F9oMH+/ooSIR g1XbaFcOAygq50Y7uD5r3m0cb7xZqNaYKidY5+T2K1mzc35UbZkCP4tQmdE1xoAS5CUe l20w== X-Gm-Message-State: ALoCoQk8PioYRcdyzVVfQE+5XV7+KdeH1Otb2GmCaUIETWZPawkYHVpZl4gh3ULW+S7e9oP1xOf6 X-Received: by 10.194.95.4 with SMTP id dg4mr9739751wjb.81.1425821304205; Sun, 08 Mar 2015 06:28:24 -0700 (PDT) Received: from localhost.localdomain ([89.139.55.99]) by mx.google.com with ESMTPSA id fo9sm11046606wib.16.2015.03.08.06.28.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 08 Mar 2015 06:28:23 -0700 (PDT) From: Eliad Peller To: , Cc: Arnd Bergmann Subject: [PATCH v4 1/2] dt: bindings: add wl18xx wireless device Date: Sun, 8 Mar 2015 15:28:16 +0200 Message-Id: <1425821297-3134-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 --- v4: use specific wl18xx model numbers (Arnd) .../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>; + }; +};