diff mbox series

arm64: renesas_defconfig: Enable Renesas DA9062 PMIC

Message ID 20240226201305.429790-1-biju.das.jz@bp.renesas.com (mailing list archive)
State Mainlined
Commit fed1f2cab74909632fe4971f2bb071e08f4f0bbb
Delegated to: Geert Uytterhoeven
Headers show
Series arm64: renesas_defconfig: Enable Renesas DA9062 PMIC | expand

Commit Message

Biju Das Feb. 26, 2024, 8:13 p.m. UTC
Enable the config for the Renesas DA9062 PMIC and built-in RTC, GPIO and
ONKEY drivers as it is populated on RZ/{G2UL,Five} SMARC EVK development
boards.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 arch/arm64/configs/renesas_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Geert Uytterhoeven Feb. 27, 2024, 2:19 p.m. UTC | #1
Hi Biju,

Thanks for your patch!

On Mon, Feb 26, 2024 at 9:13 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Enable the config for the Renesas DA9062 PMIC and built-in RTC, GPIO and
> ONKEY drivers as it is populated on RZ/{G2UL,Five} SMARC EVK development

RZ/Five is (in reality: should be) handled by a different defconfig.

> boards.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will apply to the topic/renesas-defconfig branch, with the above fixed.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
diff mbox series

Patch

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 887cc620f3d9..1b23e8311b82 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -156,6 +156,7 @@  CONFIG_INPUT_EVDEV=y
 CONFIG_KEYBOARD_GPIO=y
 # CONFIG_MOUSE_PS2 is not set
 CONFIG_INPUT_MISC=y
+CONFIG_INPUT_DA9063_ONKEY=y
 # CONFIG_SERIO is not set
 CONFIG_SERIAL_8250=y
 # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
@@ -185,6 +186,7 @@  CONFIG_SPI_RSPI=y
 CONFIG_SPI_RZV2M_CSI=y
 CONFIG_SPI_SH_MSIOF=y
 CONFIG_SPI_SPIDEV=y
+CONFIG_PINCTRL_DA9062=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_PCA953X=y
@@ -199,6 +201,7 @@  CONFIG_WATCHDOG=y
 CONFIG_RENESAS_WDT=y
 CONFIG_RENESAS_RZG2LWDT=y
 CONFIG_MFD_BD9571MWV=y
+CONFIG_MFD_DA9062=y
 CONFIG_RZ_MTU3=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
@@ -343,6 +346,7 @@  CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_ISL1208=y
 CONFIG_RTC_DRV_RX8581=y
+CONFIG_RTC_DRV_DA9063=y
 CONFIG_DMADEVICES=y
 CONFIG_RCAR_DMAC=y
 CONFIG_RENESAS_USB_DMAC=y