diff mbox series

arm64: renesas_defconfig: Enable PANFROST and Renesas RZ/G2L display unit DRM driver

Message ID 20240223123127.221610-1-biju.das.jz@bp.renesas.com (mailing list archive)
State Mainlined
Commit 7f976d841a50add8c309d3b010473b49e00a1663
Delegated to: Geert Uytterhoeven
Headers show
Series arm64: renesas_defconfig: Enable PANFROST and Renesas RZ/G2L display unit DRM driver | expand

Commit Message

Biju Das Feb. 23, 2024, 12:31 p.m. UTC
Enable the PANFROST and RZ/G2L display unit DRM driver used in
RZ/{G2L,G2LC,V2L} SMARC EVK development boards.

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

Comments

Geert Uytterhoeven Feb. 26, 2024, 12:34 p.m. UTC | #1
On Fri, Feb 23, 2024 at 1:31 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Enable the PANFROST and RZ/G2L display unit DRM driver used in
> RZ/{G2L,G2LC,V2L} SMARC EVK development 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.

Gr{oetje,eeting}s,

                        Geert
Geert Uytterhoeven March 5, 2024, 10:30 a.m. UTC | #2
On Mon, Feb 26, 2024 at 1:34 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> On Fri, Feb 23, 2024 at 1:31 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> > Enable the PANFROST and RZ/G2L display unit DRM driver used in
> > RZ/{G2L,G2LC,V2L} SMARC EVK development 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.

As DRM_PANFROST selects IOMMU_IO_PGTABLE_LPAE, I will drop
CONFIG_IOMMU_IO_PGTABLE_LPAE=y.

Gr{oetje,eeting}s,

                        Geert
diff mbox series

Patch

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 610dd46af14e..887cc620f3d9 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -272,6 +272,7 @@  CONFIG_DRM_I2C_NXP_TDA998X=y
 CONFIG_DRM_RCAR_DU=y
 CONFIG_DRM_RCAR_DW_HDMI=y
 CONFIG_DRM_RZG2L_MIPI_DSI=y
+CONFIG_DRM_RZG2L_DU=y
 CONFIG_DRM_PANEL_LVDS=y
 CONFIG_DRM_DISPLAY_CONNECTOR=y
 CONFIG_DRM_SIMPLE_BRIDGE=y
@@ -282,6 +283,7 @@  CONFIG_DRM_I2C_ADV7511_AUDIO=y
 CONFIG_DRM_DW_HDMI_AHB_AUDIO=y
 CONFIG_DRM_DW_HDMI_I2S_AUDIO=y
 CONFIG_DRM_DW_HDMI_CEC=y
+CONFIG_DRM_PANFROST=y
 CONFIG_FB_DEVICE=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_BACKLIGHT_PWM=y