[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211018101329.360892-1-angelogioacchino.delregno@collabora.com>
Date: Mon, 18 Oct 2021 12:13:29 +0200
From: AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: catalin.marinas@....com, will@...nel.org, shawnguo@...nel.org,
bjorn.andersson@...aro.org, krzk@...nel.org,
geert+renesas@...der.be, vkoul@...nel.org,
jagan@...rulasolutions.com, agx@...xcpu.org,
biju.das.jz@...renesas.com, enric.balletbo@...labora.com,
aford173@...il.com, nm@...com,
andrey.zhizhikin@...ca-geosystems.com, saravanak@...gle.com,
linux-kernel@...r.kernel.org,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
Subject: [PATCH] arm64: defconfig: Enable RTC_DRV_MT6397 as module
Enable this driver to let RTC probe on various MediaTek SoCs, including
mt6358, mt6795 and mt8173: these all have a DT node to probe the RTC.
Also, having a RTC in place is necessary for certain KernelCI suspend
tests to run.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 86224aa3a74b..be132058a1ed 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -922,6 +922,7 @@ CONFIG_RTC_DRV_PM8XXX=m
CONFIG_RTC_DRV_TEGRA=y
CONFIG_RTC_DRV_SNVS=m
CONFIG_RTC_DRV_IMX_SC=m
+CONFIG_RTC_DRV_MT6397=m
CONFIG_RTC_DRV_XGENE=y
CONFIG_DMADEVICES=y
CONFIG_DMA_BCM2835=y
--
2.33.0
Powered by blists - more mailing lists