2023-07-31 13:24:47

by Jai Luthra

[permalink] [raw]
Subject: [PATCH 5/5] arm64: defconfig: Enable TPS6593 PMIC for SK-AM62A

SK-AM62A-LP uses TPS6593x PMIC (interfaced over I2C) to power the SoC
and various other peripherals on the board [1].

Specifically, the audio codec (TLV320AIC3106) on the board relies on the
PMIC for the DVDD (1.8V) supply.

[1]: https://www.ti.com/lit/zip/sprr459

Signed-off-by: Jai Luthra <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 03fce1752521..9bcfa9b50876 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -714,6 +714,7 @@ CONFIG_MFD_SEC_CORE=y
CONFIG_MFD_SL28CPLD=y
CONFIG_RZ_MTU3=y
CONFIG_MFD_TPS65219=y
+CONFIG_MFD_TPS6594_I2C=m
CONFIG_MFD_TI_AM335X_TSCADC=m
CONFIG_MFD_ROHM_BD718XX=y
CONFIG_MFD_WCD934X=m

--
2.41.0



2023-08-02 11:56:42

by Devarsh Thakkar

[permalink] [raw]
Subject: Re: [PATCH 5/5] arm64: defconfig: Enable TPS6593 PMIC for SK-AM62A



On 31/07/23 18:14, Jai Luthra wrote:
> SK-AM62A-LP uses TPS6593x PMIC (interfaced over I2C) to power the SoC
> and various other peripherals on the board [1].
>
> Specifically, the audio codec (TLV320AIC3106) on the board relies on the
> PMIC for the DVDD (1.8V) supply.
>
> [1]: https://www.ti.com/lit/zip/sprr459
>
> Signed-off-by: Jai Luthra <[email protected]>

Reviewed-by: Devarsh Thakkar <[email protected]>

> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 03fce1752521..9bcfa9b50876 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -714,6 +714,7 @@ CONFIG_MFD_SEC_CORE=y
> CONFIG_MFD_SL28CPLD=y
> CONFIG_RZ_MTU3=y
> CONFIG_MFD_TPS65219=y
> +CONFIG_MFD_TPS6594_I2C=m
> CONFIG_MFD_TI_AM335X_TSCADC=m
> CONFIG_MFD_ROHM_BD718XX=y
> CONFIG_MFD_WCD934X=m
>