Message ID | 1573660292-10629-12-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add LCD panel support to iwg20d | expand |
Hi Fabrizio, Thank you for the patch. On Wed, Nov 13, 2019 at 03:51:30PM +0000, Fabrizio Castro wrote: > The iwg20d comes with an LCD panel from Emerging Display > Technologies Corporation (EDT), therefore enable what's > required to support it. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> I expect Geert to pick this up. > --- > v3->v4: > * No change > v2->v3: > * No change > v1->v2: > * No change > --- > arch/arm/configs/shmobile_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig > index c6c7035..ab416a5 100644 > --- a/arch/arm/configs/shmobile_defconfig > +++ b/arch/arm/configs/shmobile_defconfig > @@ -66,6 +66,7 @@ CONFIG_INPUT_EVDEV=y > CONFIG_KEYBOARD_GPIO=y > # CONFIG_INPUT_MOUSE is not set > CONFIG_INPUT_TOUCHSCREEN=y > +CONFIG_TOUCHSCREEN_EDT_FT5X06=y > CONFIG_TOUCHSCREEN_ST1232=y > CONFIG_INPUT_MISC=y > CONFIG_INPUT_ADXL34X=y > @@ -125,7 +126,9 @@ CONFIG_VIDEO_ADV7604=y > CONFIG_VIDEO_ML86V7667=y > CONFIG_DRM=y > CONFIG_DRM_RCAR_DU=y > +CONFIG_DRM_PANEL_SIMPLE=y > CONFIG_DRM_DUMB_VGA_DAC=y > +CONFIG_DRM_LVDS_CODEC=y > CONFIG_DRM_SII902X=y > CONFIG_DRM_I2C_ADV7511=y > CONFIG_DRM_I2C_ADV7511_AUDIO=y
On Tue, Nov 19, 2019 at 1:12 AM Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote: > On Wed, Nov 13, 2019 at 03:51:30PM +0000, Fabrizio Castro wrote: > > The iwg20d comes with an LCD panel from Emerging Display > > Technologies Corporation (EDT), therefore enable what's > > required to support it. > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > I expect Geert to pick this up. Thanks, queued in renesas-devel for v5.6. Gr{oetje,eeting}s, Geert
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index c6c7035..ab416a5 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -66,6 +66,7 @@ CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_TOUCHSCREEN_EDT_FT5X06=y CONFIG_TOUCHSCREEN_ST1232=y CONFIG_INPUT_MISC=y CONFIG_INPUT_ADXL34X=y @@ -125,7 +126,9 @@ CONFIG_VIDEO_ADV7604=y CONFIG_VIDEO_ML86V7667=y CONFIG_DRM=y CONFIG_DRM_RCAR_DU=y +CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_DUMB_VGA_DAC=y +CONFIG_DRM_LVDS_CODEC=y CONFIG_DRM_SII902X=y CONFIG_DRM_I2C_ADV7511=y CONFIG_DRM_I2C_ADV7511_AUDIO=y
The iwg20d comes with an LCD panel from Emerging Display Technologies Corporation (EDT), therefore enable what's required to support it. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> --- v3->v4: * No change v2->v3: * No change v1->v2: * No change --- arch/arm/configs/shmobile_defconfig | 3 +++ 1 file changed, 3 insertions(+)