Message ID | 1444633942-4131-1-git-send-email-wsa@the-dreams.de (mailing list archive) |
---|---|
State | Accepted |
Commit | fec3fb4734b4d2c33975077c250ebd4a3a9f8e34 |
Headers | show |
On Mon, Oct 12, 2015 at 08:12:22AM +0100, Wolfram Sang wrote: > From: Wolfram Sang <wsa+renesas@sang-engineering.com> > > Actviate HDMI output of the RCar DU (and LVDS while we are here). > Enable the HDMI encoder chip found on Lager/Koelsch boards. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Thanks, I have queued this up for v4.4. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Wolfram, Thank you for the patch. On Monday 12 October 2015 08:12:22 Wolfram Sang wrote: > From: Wolfram Sang <wsa+renesas@sang-engineering.com> > > Actviate HDMI output of the RCar DU (and LVDS while we are here). > Enable the HDMI encoder chip found on Lager/Koelsch boards. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> I know Simon has already queued it, but just for the record, Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > arch/arm/configs/multi_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig > b/arch/arm/configs/multi_v7_defconfig index e682da3f9d429e..a5c6ebf39b0aba > 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -440,6 +440,7 @@ CONFIG_VIDEO_RENESAS_VSP1=m > CONFIG_VIDEO_ADV7180=m > CONFIG_VIDEO_ML86V7667=m > CONFIG_DRM=y > +CONFIG_DRM_I2C_ADV7511=m > # CONFIG_DRM_I2C_CH7006 is not set > # CONFIG_DRM_I2C_SIL164 is not set > CONFIG_DRM_NXP_PTN3460=m > @@ -450,6 +451,8 @@ CONFIG_DRM_EXYNOS_DSI=y > CONFIG_DRM_EXYNOS_FIMD=y > CONFIG_DRM_EXYNOS_HDMI=y > CONFIG_DRM_RCAR_DU=m > +CONFIG_DRM_RCAR_HDMI=y > +CONFIG_DRM_RCAR_LVDS=y > CONFIG_DRM_TEGRA=y > CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m > CONFIG_DRM_PANEL_SIMPLE=y
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e682da3f9d429e..a5c6ebf39b0aba 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -440,6 +440,7 @@ CONFIG_VIDEO_RENESAS_VSP1=m CONFIG_VIDEO_ADV7180=m CONFIG_VIDEO_ML86V7667=m CONFIG_DRM=y +CONFIG_DRM_I2C_ADV7511=m # CONFIG_DRM_I2C_CH7006 is not set # CONFIG_DRM_I2C_SIL164 is not set CONFIG_DRM_NXP_PTN3460=m @@ -450,6 +451,8 @@ CONFIG_DRM_EXYNOS_DSI=y CONFIG_DRM_EXYNOS_FIMD=y CONFIG_DRM_EXYNOS_HDMI=y CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_HDMI=y +CONFIG_DRM_RCAR_LVDS=y CONFIG_DRM_TEGRA=y CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m CONFIG_DRM_PANEL_SIMPLE=y