All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable MT6397 RTC
@ 2021-12-17 16:24 ` Nícolas F. R. A. Prado
  0 siblings, 0 replies; 6+ messages in thread
From: Nícolas F. R. A. Prado @ 2021-12-17 16:24 UTC (permalink / raw)
  To: matthias.bgg
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, kernel,
	Nícolas F. R. A. Prado

The MT6397 RTC is part of the Mediatek MT6397 PMIC, which is present in
the mt8173-elm base board.

The driver for the PMIC is already enabled through CONFIG_MFD_MT6397, so
enable just the driver for the RTC.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f2e2b9bdd702..76bd34223277 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -927,6 +927,7 @@ CONFIG_RTC_DRV_TEGRA=y
 CONFIG_RTC_DRV_SNVS=m
 CONFIG_RTC_DRV_IMX_SC=m
 CONFIG_RTC_DRV_XGENE=y
+CONFIG_RTC_DRV_MT6397=m
 CONFIG_DMADEVICES=y
 CONFIG_DMA_BCM2835=y
 CONFIG_DMA_SUN6I=m
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm64: defconfig: Enable MT6397 RTC
@ 2021-12-17 16:24 ` Nícolas F. R. A. Prado
  0 siblings, 0 replies; 6+ messages in thread
From: Nícolas F. R. A. Prado @ 2021-12-17 16:24 UTC (permalink / raw)
  To: matthias.bgg
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, kernel,
	Nícolas F. R. A. Prado

The MT6397 RTC is part of the Mediatek MT6397 PMIC, which is present in
the mt8173-elm base board.

The driver for the PMIC is already enabled through CONFIG_MFD_MT6397, so
enable just the driver for the RTC.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f2e2b9bdd702..76bd34223277 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -927,6 +927,7 @@ CONFIG_RTC_DRV_TEGRA=y
 CONFIG_RTC_DRV_SNVS=m
 CONFIG_RTC_DRV_IMX_SC=m
 CONFIG_RTC_DRV_XGENE=y
+CONFIG_RTC_DRV_MT6397=m
 CONFIG_DMADEVICES=y
 CONFIG_DMA_BCM2835=y
 CONFIG_DMA_SUN6I=m
-- 
2.34.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm64: defconfig: Enable MT6397 RTC
@ 2021-12-17 16:24 ` Nícolas F. R. A. Prado
  0 siblings, 0 replies; 6+ messages in thread
From: Nícolas F. R. A. Prado @ 2021-12-17 16:24 UTC (permalink / raw)
  To: matthias.bgg
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, kernel,
	Nícolas F. R. A. Prado

The MT6397 RTC is part of the Mediatek MT6397 PMIC, which is present in
the mt8173-elm base board.

The driver for the PMIC is already enabled through CONFIG_MFD_MT6397, so
enable just the driver for the RTC.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f2e2b9bdd702..76bd34223277 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -927,6 +927,7 @@ CONFIG_RTC_DRV_TEGRA=y
 CONFIG_RTC_DRV_SNVS=m
 CONFIG_RTC_DRV_IMX_SC=m
 CONFIG_RTC_DRV_XGENE=y
+CONFIG_RTC_DRV_MT6397=m
 CONFIG_DMADEVICES=y
 CONFIG_DMA_BCM2835=y
 CONFIG_DMA_SUN6I=m
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable MT6397 RTC
  2021-12-17 16:24 ` Nícolas F. R. A. Prado
  (?)
@ 2021-12-29 19:54   ` Matthias Brugger
  -1 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2021-12-29 19:54 UTC (permalink / raw)
  To: Nícolas F. R. A. Prado
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, kernel



On 17/12/2021 17:24, Nícolas F. R. A. Prado wrote:
> The MT6397 RTC is part of the Mediatek MT6397 PMIC, which is present in
> the mt8173-elm base board.
> 
> The driver for the PMIC is already enabled through CONFIG_MFD_MT6397, so
> enable just the driver for the RTC.
> 

Applied to v5.17-tmp/defconfig

Thanks

> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> ---
>   arch/arm64/configs/defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f2e2b9bdd702..76bd34223277 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -927,6 +927,7 @@ CONFIG_RTC_DRV_TEGRA=y
>   CONFIG_RTC_DRV_SNVS=m
>   CONFIG_RTC_DRV_IMX_SC=m
>   CONFIG_RTC_DRV_XGENE=y
> +CONFIG_RTC_DRV_MT6397=m
>   CONFIG_DMADEVICES=y
>   CONFIG_DMA_BCM2835=y
>   CONFIG_DMA_SUN6I=m
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable MT6397 RTC
@ 2021-12-29 19:54   ` Matthias Brugger
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2021-12-29 19:54 UTC (permalink / raw)
  To: Nícolas F. R. A. Prado
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, kernel



On 17/12/2021 17:24, Nícolas F. R. A. Prado wrote:
> The MT6397 RTC is part of the Mediatek MT6397 PMIC, which is present in
> the mt8173-elm base board.
> 
> The driver for the PMIC is already enabled through CONFIG_MFD_MT6397, so
> enable just the driver for the RTC.
> 

Applied to v5.17-tmp/defconfig

Thanks

> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> ---
>   arch/arm64/configs/defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f2e2b9bdd702..76bd34223277 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -927,6 +927,7 @@ CONFIG_RTC_DRV_TEGRA=y
>   CONFIG_RTC_DRV_SNVS=m
>   CONFIG_RTC_DRV_IMX_SC=m
>   CONFIG_RTC_DRV_XGENE=y
> +CONFIG_RTC_DRV_MT6397=m
>   CONFIG_DMADEVICES=y
>   CONFIG_DMA_BCM2835=y
>   CONFIG_DMA_SUN6I=m
> 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable MT6397 RTC
@ 2021-12-29 19:54   ` Matthias Brugger
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2021-12-29 19:54 UTC (permalink / raw)
  To: Nícolas F. R. A. Prado
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, kernel



On 17/12/2021 17:24, Nícolas F. R. A. Prado wrote:
> The MT6397 RTC is part of the Mediatek MT6397 PMIC, which is present in
> the mt8173-elm base board.
> 
> The driver for the PMIC is already enabled through CONFIG_MFD_MT6397, so
> enable just the driver for the RTC.
> 

Applied to v5.17-tmp/defconfig

Thanks

> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> ---
>   arch/arm64/configs/defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f2e2b9bdd702..76bd34223277 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -927,6 +927,7 @@ CONFIG_RTC_DRV_TEGRA=y
>   CONFIG_RTC_DRV_SNVS=m
>   CONFIG_RTC_DRV_IMX_SC=m
>   CONFIG_RTC_DRV_XGENE=y
> +CONFIG_RTC_DRV_MT6397=m
>   CONFIG_DMADEVICES=y
>   CONFIG_DMA_BCM2835=y
>   CONFIG_DMA_SUN6I=m
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-12-29 19:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 16:24 [PATCH] arm64: defconfig: Enable MT6397 RTC Nícolas F. R. A. Prado
2021-12-17 16:24 ` Nícolas F. R. A. Prado
2021-12-17 16:24 ` Nícolas F. R. A. Prado
2021-12-29 19:54 ` Matthias Brugger
2021-12-29 19:54   ` Matthias Brugger
2021-12-29 19:54   ` Matthias Brugger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.