From patchwork Thu Dec 17 14:21:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 7873721 Return-Path: X-Original-To: patchwork-linux-rockchip@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 9EFA0BEEE5 for ; Thu, 17 Dec 2015 14:24:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D51F72042C for ; Thu, 17 Dec 2015 14:24:13 +0000 (UTC) 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.kernel.org (Postfix) with ESMTPS id 165F02042A for ; Thu, 17 Dec 2015 14:24:13 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1a9ZTY-0003sA-J6; Thu, 17 Dec 2015 14:24:12 +0000 Received: from mail-pf0-f180.google.com ([209.85.192.180]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a9ZT0-0003G8-D5; Thu, 17 Dec 2015 14:23:40 +0000 Received: by mail-pf0-f180.google.com with SMTP id v86so31683661pfa.2; Thu, 17 Dec 2015 06:23:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=AomWnQKaWqNXeyMaAlMSaJ6+K657Vj9DCE9VcNCgJk4=; b=QKcyp1mHnZjOW+nT83SeQZ3QdWLW1gi6gV6WuwPdVRGLDzPM9crHXGQqbG6AKuH6rf FctyRCENj2aR+FzhcEHYZmtswbh8S2rH82wmgysKRR/2xGpMu9HPDneCBeXLQbx3RetS ht50LlfvsHhQqS8/dCclzYMa5pTpQ3Ueu/bNljwoyCAaVnx2ycWLzvG9Boe/AF1IAdi5 V82LuwWPeziT4MwiAH7VsKC74qnySo7WouyOOXf3XmkU4byLERPzxT5oQLEgpV70J1Gd 1BQpjn8+6ll2BWJa5V8/n0X/uGyW/QlUdC9sSOy++7+os0zqv4c/tnIMJpaob6OLiYWG 1PQQ== X-Received: by 10.98.8.132 with SMTP id 4mr14521736pfi.128.1450362197509; Thu, 17 Dec 2015 06:23:17 -0800 (PST) Received: from localhost.localdomain ([103.46.142.20]) by smtp.gmail.com with ESMTPSA id mj1sm16264330pab.34.2015.12.17.06.23.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 17 Dec 2015 06:23:16 -0800 (PST) From: Caesar Wang To: heiko@sntech.de Subject: [PATCH v1 6/6] ARM: dts: add the sdio node for kylin board Date: Thu, 17 Dec 2015 22:21:52 +0800 Message-Id: <1450362112-8075-7-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450362112-8075-1-git-send-email-wxt@rock-chips.com> References: <1450362112-8075-1-git-send-email-wxt@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151217_062338_959294_DCD4EB85 X-CRM114-Status: UNSURE ( 8.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, keescook@google.com, leozwang@google.com, Caesar Wang MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Let's enable the sdio for wifi module on kylin board. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3036-kylin.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index 296139b..581e954 100644 --- a/arch/arm/boot/dts/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rk3036-kylin.dts @@ -304,6 +304,20 @@ status = "okay"; }; +&sdio { + status = "okay"; + + broken-cd; + bus-width = <4>; + cap-sdio-irq; + keep-power-in-suspend; + non-removable; + num-slots = <1>; + default-sample-phase = <90>; + pinctrl-names = "default"; + pinctrl-0 = <&sdio_clk &sdio_cmd &sdio_bus4>; +}; + &uart2 { status = "okay"; };