From patchwork Fri Jul 2 06:54:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: WANG Xuerui X-Patchwork-Id: 1499880 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-rtc-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=xen0n.name header.i=@xen0n.name header.a=rsa-sha256 header.s=mail header.b=MszcFaKv; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4GGQnr0DWPz9sXS for ; Fri, 2 Jul 2021 16:55:28 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230234AbhGBG54 (ORCPT ); Fri, 2 Jul 2021 02:57:56 -0400 Received: from [115.28.160.31] ([115.28.160.31]:41746 "EHLO mailbox.box.xen0n.name" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S230170AbhGBG5z (ORCPT ); Fri, 2 Jul 2021 02:57:55 -0400 Received: from ld50.lan (unknown [101.224.80.218]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mailbox.box.xen0n.name (Postfix) with ESMTPSA id 98AAF60114; Fri, 2 Jul 2021 14:55:22 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=xen0n.name; s=mail; t=1625208922; bh=l6nNtMBrbd9/YgzMBRPnOZZn6huLGhQUw3VJmWG6Ea0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MszcFaKvcoeEURnunI485xpT87izE0Xt/YR/BamOL9zarn33l10z1czRnG9BqJ7FA QSQGAJuMxWqAvZZEtBv7U7ImG8ewFHUbS8sxqKbsIt3HjM50JrM0EqDsBe72y94KGM onHJ+3rVkhvV2RRStXmFPfVYJvU4C6HS15HMFPC0= From: WANG Xuerui To: linux-rtc@vger.kernel.org Cc: WANG Xuerui , Jiaxun Yang , linux-mips@vger.kernel.org Subject: [PATCH v5 6/6] MIPS: Loongson: Enable LS2X RTC in loongson2k_defconfig Date: Fri, 2 Jul 2021 14:54:51 +0800 Message-Id: <20210702065451.1175356-7-git@xen0n.name> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210702065451.1175356-1-git@xen0n.name> References: <20210702065451.1175356-1-git@xen0n.name> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org This is now supported, enable for Loongson-2K systems. Other systems are unaffected. Signed-off-by: WANG Xuerui Tested-by: Jiaxun Yang # loongson2k Cc: linux-mips@vger.kernel.org --- arch/mips/configs/loongson2k_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/configs/loongson2k_defconfig b/arch/mips/configs/loongson2k_defconfig index e948ca487e2d..e15f34857956 100644 --- a/arch/mips/configs/loongson2k_defconfig +++ b/arch/mips/configs/loongson2k_defconfig @@ -280,6 +280,7 @@ CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_OPTION=m CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_LS2X=y CONFIG_DMADEVICES=y # CONFIG_CPU_HWMON is not set CONFIG_PM_DEVFREQ=y