From patchwork Mon Mar 25 12:59:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 10869101 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8CF8C1708 for ; Mon, 25 Mar 2019 13:00:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 744C5293CA for ; Mon, 25 Mar 2019 13:00:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 71F1F293D1; Mon, 25 Mar 2019 13:00:47 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 2184B293CA for ; Mon, 25 Mar 2019 13:00:46 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References: List-Owner; bh=Xh/5miEZyERr0F5lw+xK2wdCBmRykQiNucqY0IsBVhk=; b=h2I3oneGLLszOd 6Nl00d3n1kPT3E1Ead1c8pz9T7iWD9Ex+KpWWc8MH0rT+1bCuhx8mu35lxbsLbp1aTTQUEq/PWBKO iWEV87XldjLhxxO4q9e+ipY867gg6lJX001UmBlQOr38ruju6V+am3h4fM9uVeKCK4HXEwpo2tHJj JjXJrTaR/BONNUTACox3lJaV++ALSBWjQkfNJC4o5UuaQABxpDH2YVV0GVRDY122FOU164gBwj+/u fbs/MggUneZxpjn1CnmiLT6bQkyeO3cQ+5HgtMgkVFez1K3JEov6VNUieIF3ZSuYWfWcS1Zhz+mO/ Tqy8SGPVsszrbKoQOsuQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8PDP-0007O3-B4; Mon, 25 Mar 2019 13:00:35 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8PDA-0007AX-N0 for linux-arm-kernel@lists.infradead.org; Mon, 25 Mar 2019 13:00:23 +0000 Received: from localhost.localdomain (unknown [171.61.95.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EA5B320830; Mon, 25 Mar 2019 13:00:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553518820; bh=Oxobca/3z0G2ANPjYLbu7xuZXFSL6KeVTmpPXAT74v0=; h=From:To:Cc:Subject:Date:From; b=gxvNhK0fpRfDZTndc4AsXYqnxpvC/BuPPg0pi8bS4A/H7FdzM+3Nctr83MjN/NZC0 z638uZgv5ab0vKF3iIFWyU1/Tug1KKqDVLcx8G0HR9RQJ4V983Y/iyB9VnCpxZ0UBq ZLuuP/QWLDAfpAeHQsuPGHfwvPg/JixjKNnOPFxM= From: Vinod Koul To: Andy Gross Subject: [PATCH 1/2] arm64: defconfig: Enable RTC driver PM8XXX Date: Mon, 25 Mar 2019 18:29:45 +0530 Message-Id: <20190325125946.6818-1-vkoul@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190325_060021_074899_4B0A4833 X-CRM114-Status: GOOD ( 10.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stefan Wahren , Heiko Stuebner , Marc Gonzalez , Maxime Ripard , linux-arm-msm@vger.kernel.org, Will Deacon , linux-kernel@vger.kernel.org, Bjorn Andersson , Enric Balletbo i Serra , Vinod Koul , Jagan Teki , Catalin Marinas , Olof Johansson , Simon Horman , Ezequiel Garcia , linux-arm-kernel@lists.infradead.org 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 PM8XXX RTC driver is used as RTC is bunch of Qualcomm platforms so add it to defconfig. Signed-off-by: Vinod Koul --- arch/arm64/configs/defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2d9c39033c1a..5dbe372ee913 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -603,6 +603,9 @@ CONFIG_LEDS_TRIGGER_PANIC=y CONFIG_EDAC=y CONFIG_EDAC_GHES=y CONFIG_RTC_CLASS=y +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m CONFIG_RTC_DRV_S5M=y @@ -611,6 +614,7 @@ CONFIG_RTC_DRV_EFI=y CONFIG_RTC_DRV_CROS_EC=y CONFIG_RTC_DRV_S3C=y CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_PM8XXX=y CONFIG_RTC_DRV_SUN6I=y CONFIG_RTC_DRV_ARMADA38X=y CONFIG_RTC_DRV_TEGRA=y