From patchwork Thu Aug 18 13:11:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9287727 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 071A6607FF for ; Thu, 18 Aug 2016 13:19:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EC7C129209 for ; Thu, 18 Aug 2016 13:19:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E14AF2921C; Thu, 18 Aug 2016 13:19:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7B40429209 for ; Thu, 18 Aug 2016 13:19:11 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1baNCS-0002JU-B8; Thu, 18 Aug 2016 13:17:36 +0000 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1baN6v-0004jq-BH for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2016 13:11:56 +0000 Received: by mail-wm0-x235.google.com with SMTP id q128so240903017wma.1 for ; Thu, 18 Aug 2016 06:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bbB+AhSlZYDSmZD6JjpzZhunIqqy8jJZPU1AO6GJlVU=; b=PuO1jobKaFtdlsv1TZs2qcNO0o3NhJWqx7S5fFm+Md2+km4PYwyl/yrmU2SjwVoqXe FAs68/HrT3/lNswTj1JLzrHdsUaxHPJMY22ELKm8wHyHOCvzlyCEECHnA0hskV8KfPIb VRE4mQyStOiHG1uNO0YaOFslACVlv736SBoZXsw1CM9fGE/VdGUMs1NLS3wDcGFCl/k7 F4IcA0EjFf+rtFrOFqDHVD/OcQtkx7pB3jwD/kPlDpZjDmBSsg0lPR+KY5vMWrZExTBH O+Y+Iqh+UqZLawA1QH/Xui9zihiwlnFJzIF72DHvN5I+q98EpHWiWXXi3doSXrjBARdy 1nPA== 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:in-reply-to :references; bh=bbB+AhSlZYDSmZD6JjpzZhunIqqy8jJZPU1AO6GJlVU=; b=epqOy5iauGz51ndjL0a+vmd2YKLSToboOcjwD3vVKTmD+w6IScEnxP4Znx+LBzOCCb oDoBcooeVnvlVslCMII20sl1TqtovEx0pk86nxvqB93aBWlhotkNkqioP0/95pZbhUd7 dayql3Ks/ouSDWytfkgXQonMBJtAb4z1TOOKpjPkiizcl6H/qEzlAHKZlTY/Q5WrIxtF IJbvH3k2dB1L+bi3lmWMKGcMYUZx2vN7QXfhjX9Uu/ZBffrPjb1tdtAbEWMAddU2bbg9 Gz56rRH+/Sd0VLyxgubM3/yM2fEI737wyFLdgN0XvYGllf7JRUf+w+CWdvmliMFbMTpZ G8/A== X-Gm-Message-State: AEkooutnx2ax52tsNoxpOVYnXAfxqNFZdykP7owZD39jPPk7XxJoVAR2QLZsSCHkfJm9d8UG X-Received: by 10.194.140.35 with SMTP id rd3mr2352656wjb.88.1471525890224; Thu, 18 Aug 2016 06:11:30 -0700 (PDT) Received: from localhost.localdomain ([37.160.14.221]) by smtp.gmail.com with ESMTPSA id p4sm2211824wjq.27.2016.08.18.06.11.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Aug 2016 06:11:29 -0700 (PDT) From: Neil Armstrong To: linux@armlinux.org.uk, mark.rutland@arm.com Subject: [PATCH v2 2/4] dt-bindings: arm: Add Sierra Wireless modules bindings Date: Thu, 18 Aug 2016 15:11:19 +0200 Message-Id: <1471525881-2797-3-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1471525881-2797-1-git-send-email-narmstrong@baylibre.com> References: <1471525881-2797-1-git-send-email-narmstrong@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160818_061153_963061_C57906C3 X-CRM114-Status: GOOD ( 11.41 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Neil Armstrong , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/arm/swi.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/swi.txt diff --git a/Documentation/devicetree/bindings/arm/swi.txt b/Documentation/devicetree/bindings/arm/swi.txt new file mode 100644 index 0000000..7f36960 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/swi.txt @@ -0,0 +1,12 @@ +Sierra Wireless Modules device tree bindings +-------------------------------------------- + +Supported Modules : + - WP8548 : Includes MDM9615 and PM8018 in a module + +Sierra Wireless modules shall have the following properties : + Required root node property + - compatible: "swi,wp8548" for the WP8548 CF3 Module + +Board compatible values: + - "swi,mangoh-green-wp8548" for the mangOH green board with the WP8548 module