2022-11-04 16:19:45

by jerome Neanne

[permalink] [raw]
Subject: [PATCH v7 6/6] arm64: defconfig: Add tps65219 as modules

Development boards from TI: SK-AM64 PROC1004 include the TPS65219 PMIC.
Add support for the TPS65219 PMIC by enabling MFD, regulator and
power-button drivers. All drivers enabled as modules.

Signed-off-by: Jerome Neanne <[email protected]>
Signed-off-by: Markus Schneider-Pargmann <[email protected]>
---
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0b6af3348e79..61ae9c0326ca 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -415,6 +415,7 @@ CONFIG_TOUCHSCREEN_GOODIX=m
CONFIG_TOUCHSCREEN_EDT_FT5X06=m
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PM8941_PWRKEY=y
+CONFIG_INPUT_TPS65219_PWRBUTTON=m
CONFIG_INPUT_PM8XXX_VIBRATOR=m
CONFIG_INPUT_PWM_BEEPER=m
CONFIG_INPUT_PWM_VIBRA=m
@@ -653,6 +654,7 @@ CONFIG_MFD_SPMI_PMIC=y
CONFIG_MFD_RK808=y
CONFIG_MFD_SEC_CORE=y
CONFIG_MFD_SL28CPLD=y
+CONFIG_MFD_TPS65219=m
CONFIG_MFD_ROHM_BD718XX=y
CONFIG_MFD_WCD934X=m
CONFIG_REGULATOR_FIXED_VOLTAGE=y
@@ -680,6 +682,7 @@ CONFIG_REGULATOR_QCOM_SPMI=y
CONFIG_REGULATOR_RK808=y
CONFIG_REGULATOR_S2MPS11=y
CONFIG_REGULATOR_TPS65132=m
+CONFIG_REGULATOR_TPS65219=m
CONFIG_REGULATOR_VCTRL=m
CONFIG_RC_CORE=m
CONFIG_RC_DECODERS=y
--
2.25.1



2022-11-15 23:36:17

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH v7 6/6] arm64: defconfig: Add tps65219 as modules

Jerome Neanne <[email protected]> writes:

> Development boards from TI: SK-AM64 PROC1004 include the TPS65219 PMIC.
> Add support for the TPS65219 PMIC by enabling MFD, regulator and
> power-button drivers. All drivers enabled as modules.
>
> Signed-off-by: Jerome Neanne <[email protected]>
> Signed-off-by: Markus Schneider-Pargmann <[email protected]>

Reviewed-by: Kevin Hilman <[email protected]>

2022-11-17 16:06:51

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH v7 6/6] arm64: defconfig: Add tps65219 as modules

Arnd, Olof,

Kevin Hilman <[email protected]> writes:

> Jerome Neanne <[email protected]> writes:
>
>> Development boards from TI: SK-AM64 PROC1004 include the TPS65219 PMIC.
>> Add support for the TPS65219 PMIC by enabling MFD, regulator and
>> power-button drivers. All drivers enabled as modules.
>>
>> Signed-off-by: Jerome Neanne <[email protected]>
>> Signed-off-by: Markus Schneider-Pargmann <[email protected]>
>
> Reviewed-by: Kevin Hilman <[email protected]>

Could you pick this one up via the soc tree? The mfd & input parts have
been applied.

In case you don't have the full series in your inbox, it's here:
https://lore.kernel.org/r/[email protected]

Thanks,

Kevin