From patchwork Mon Aug 21 01:28:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 9911547 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 5A4BD603F3 for ; Mon, 21 Aug 2017 01:29:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4BCB0201A4 for ; Mon, 21 Aug 2017 01:29:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4095E27F2B; Mon, 21 Aug 2017 01:29:23 +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=-2.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 0C8A726E75 for ; Mon, 21 Aug 2017 01:29:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=lNjj7vSSIyGfM9zG3P2QBs1GGwYNjJi6XCONQzXsLzg=; b=Qu+a3OgG/K1aYaKi/D05pKbbMO p3uAFcNSqHyR3Xuhsxb05nXbU8CC38/+RYFVYw453RfW3ZUJTcMH/wiLAGpuJz4TdKOlC3fT78/U8 6r35MkpXakC8JgNZLDou4HCm0C04xa9nU2Q+u0faKUwtgJVL/2FwdMvoM5Ktz1eWTlq0hfYvt1rQJ 2uGdZyZs/K7Z6rcN+MBK/mxvlN+Qc2TRXgfSIs6SaFoeG91j04MWHr+rAP5Xyfm+wnLeZwkTSqr6M 3t2CnEpgOAJWIQLICTZYaa4PWTDQV4WmHI9mAwF1X/tadLNWz9Db7z+AUfKlvLoD9tD4aYzdBpQwE hTvmp2gw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1djbWq-0007e9-W1; Mon, 21 Aug 2017 01:29:21 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1djbWl-0007Yx-BN for linux-rockchip@lists.infradead.org; Mon, 21 Aug 2017 01:29:17 +0000 Received: from ip9234ad97.dynamic.kabel-deutschland.de ([146.52.173.151] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1djbWN-0003Vs-W8; Mon, 21 Aug 2017 03:28:52 +0200 From: Heiko Stuebner To: lee.jones@linaro.org Subject: [PATCH v9 RESEND 8/9] mfd: rk808: Add RK805 pinctrl support Date: Mon, 21 Aug 2017 03:28:41 +0200 Message-Id: <20170821012842.17875-9-heiko@sntech.de> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170821012842.17875-1-heiko@sntech.de> References: <20170821012842.17875-1-heiko@sntech.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170820_182915_571609_20F9753F X-CRM114-Status: UNSURE ( 7.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 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-rockchip@lists.infradead.org, Heiko Stuebner , linux-kernel@vger.kernel.org, chenjh@rock-chips.com MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Joseph Chen Signed-off-by: Joseph Chen Acked-by: Linus Walleij Acked-for-MFD-by: Lee Jones Signed-off-by: Heiko Stuebner --- drivers/mfd/rk808.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c index 18329c8b4fe7..c803d2d5dfb7 100644 --- a/drivers/mfd/rk808.c +++ b/drivers/mfd/rk808.c @@ -97,6 +97,7 @@ static struct resource rtc_resources[] = { static const struct mfd_cell rk805s[] = { { .name = "rk808-clkout", }, { .name = "rk808-regulator", }, + { .name = "rk805-pinctrl", }, { .name = "rk808-rtc", .num_resources = ARRAY_SIZE(rtc_resources),