From patchwork Tue Jun 6 14:45:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "J, KEERTHY" X-Patchwork-Id: 9769019 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 C4CE560364 for ; Tue, 6 Jun 2017 14:46:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B467E2847C for ; Tue, 6 Jun 2017 14:46:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A91182847A; Tue, 6 Jun 2017 14:46:40 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 361552847A for ; Tue, 6 Jun 2017 14:46:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751499AbdFFOqV (ORCPT ); Tue, 6 Jun 2017 10:46:21 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:53960 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281AbdFFOqT (ORCPT ); Tue, 6 Jun 2017 10:46:19 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v56EkHIA020917; Tue, 6 Jun 2017 09:46:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1496760377; bh=L47uQ8o7+peBpXNlDsUm3jHXyF1uVSzmgGnKmHwKL6Y=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=C0lFoK7CVv/8AwXGEE/+auORvT4uOlt45AhymcC2ok5lyzBr7cLUY8LzQsjO1p+Gr W6C+ydS597C8v88siHm3pBgPrIlJu5bYoA5dHIImRsL6huFlPnz2UWC+DwUde9Jkhv L/rKn86mowpMBF4lgSsxH2DIXC1swWwIcdU1Dbl4= Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v56EkHvB012303; Tue, 6 Jun 2017 09:46:17 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Tue, 6 Jun 2017 09:46:16 -0500 Received: from ula0393675.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v56EjpSv001299; Tue, 6 Jun 2017 09:46:13 -0500 From: Keerthy To: , , CC: , , Subject: [PATCH 4/5] mfd: lp873x: Add a dependency on OF Date: Tue, 6 Jun 2017 20:15:39 +0530 Message-ID: <1496760340-27959-5-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1496760340-27959-1-git-send-email-j-keerthy@ti.com> References: <1496760340-27959-1-git-send-email-j-keerthy@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Currently the driver boots only via device tree hence add a dependency on OF. Signed-off-by: Keerthy --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2d1425d..83d6b57 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1313,7 +1313,7 @@ config MFD_TPS65217 config MFD_TI_LP873X tristate "TI LP873X Power Management IC" - depends on I2C + depends on I2C && OF select MFD_CORE select REGMAP_I2C help