Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966963AbbLQOXW (ORCPT ); Thu, 17 Dec 2015 09:23:22 -0500 Received: from mail-pf0-f179.google.com ([209.85.192.179]:36628 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966453AbbLQOXS (ORCPT ); Thu, 17 Dec 2015 09:23:18 -0500 From: Caesar Wang To: heiko@sntech.de Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, leozwang@google.com, keescook@google.com, Caesar Wang 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 985 Lines: 42 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"; }; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/