at91: video: DT binding for HLCDC driverDT binding documentation for atmel HLCDC driver.Signed-off-by: Songjun Wu <songjun.wu@microchip.com>
doc: dt-bindings: Describe rockchip LVDS interfaceI didn't have a common board to enable LVDS.So add this dcocument to help others who want to enable LVDS in their board.Signed-off-by: Jacob Che
doc: dt-bindings: Describe rockchip LVDS interfaceI didn't have a common board to enable LVDS.So add this dcocument to help others who want to enable LVDS in their board.Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>Acked-by: Simon Glass <sjg@chromium.org>
show more ...
dm: video: Add support for the Parade PS8622/625 bridgeThis chip provides an eDP to LVDS bridge which is useful for SoCs that don'tsupport LVDS displays (or it would waste scarce pins). The setup
dm: video: Add support for the Parade PS8622/625 bridgeThis chip provides an eDP to LVDS bridge which is useful for SoCs that don'tsupport LVDS displays (or it would waste scarce pins). The setup is includedin the device tree.Signed-off-by: Simon Glass <sjg@chromium.org>
fdt: Add binding decode function for display-timingsThis is useful for display parameters. Add a simple decode function to readfrom this device tree node.Signed-off-by: Simon Glass <sjg@chromium
fdt: Add binding decode function for display-timingsThis is useful for display parameters. Add a simple decode function to readfrom this device tree node.Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Tom Warren <twarren@nvidia.com>
video: exynos_fb: configure backlight GPIOs if specified in DTAdd support to configure PWM_OUT(PWM output) GPIO andBL_EN(backlight enable) GPIO, if provided in FIMD DT node.Signed-off-by: Ajay K
video: exynos_fb: configure backlight GPIOs if specified in DTAdd support to configure PWM_OUT(PWM output) GPIO andBL_EN(backlight enable) GPIO, if provided in FIMD DT node.Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>Reviewed-by: Simon Glass <sjg@chromium.org>Tested-by: Simon Glass <sjg@chromium.org>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
x86: Add initial video device init for Intel GMAIntel's Graphics Media Accelerator (GMA) is a generic name for a wide rangeof video devices. Add code to set up the hardware on ivybridge. Part of t
x86: Add initial video device init for Intel GMAIntel's Graphics Media Accelerator (GMA) is a generic name for a wide rangeof video devices. Add code to set up the hardware on ivybridge. Part of theinit happens in native code, part of it happens in a 16-bit option ROM forthose nostalgic for the 1970s.Signed-off-by: Simon Glass <sjg@chromium.org>
video: exynos_fimd: Add framework to disable FIMD sysmmuOn Exynos5420 and newer versions, the FIMD sysmmus are in"on state" by default.We have to disable them in order to make FIMD DMA work.This
video: exynos_fimd: Add framework to disable FIMD sysmmuOn Exynos5420 and newer versions, the FIMD sysmmus are in"on state" by default.We have to disable them in order to make FIMD DMA work.This patch adds the required framework to exynos_fimd driver,and disables FIMD sysmmu on Exynos5420.Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Merge branch 'u-boot/master' into 'u-boot-arm/master'Trivial merge conflict, needed to manually removelocal_info as per commit 41364f0f.Conflicts: board/samsung/common/board.c
sandbox: Add LCD driverAdd a simple LCD driver which uses SDL to display the image. We update theimage regularly, while still providing for reasonable performance.Adjust the common lcd code to s
sandbox: Add LCD driverAdd a simple LCD driver which uses SDL to display the image. We update theimage regularly, while still providing for reasonable performance.Adjust the common lcd code to support sandbox.For command-line runs we do not want the LCD to be displayed, so add a--show_lcd option to enable it.Tested-by: Che-Liang Chiou <clchiou@chromium.org>Signed-off-by: Simon Glass <sjg@chromium.org>
video:mipidsim:fdt: Add DT support for mipi dsim driverThis patch enables parsing mipi data from device tree.Non device tree case is still supported.Signed-off-by: Piotr Wilczek <p.wilczek@samsu
video:mipidsim:fdt: Add DT support for mipi dsim driverThis patch enables parsing mipi data from device tree.Non device tree case is still supported.Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
lcd: add functions to set up simplefb device treesimple-framebuffer is a new device tree binding that describes a pre-configured frame-buffer memory region and its format. The Linux kernelcontain
lcd: add functions to set up simplefb device treesimple-framebuffer is a new device tree binding that describes a pre-configured frame-buffer memory region and its format. The Linux kernelcontains a driver that supports this binding. Implement functions tocreate a DT node (or fill in an existing node) with parameters thatdescribe the framebuffer format that U-Boot is using.This will be immediately used by the Raspberry Pi board in U-Boot, andlikely will be used by the Samsung ARM ChromeBook support soon too. Itcould well be used by many other boards (e.g. Tegra boards with built-inLCD panels, which aren't yet supported by the Linux kernel).Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>Acked-by: Simon Glass <sjg@chromium.org>
EXYNOS5: Add device node for DPAdd DT node and bindings documentaion for DP.Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
EXYNOS5: Add device node for FIMDAdd DT node and bindings documentation for FIMD.Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
tegra: fdt: Add LCD definitions for TegraAdd LCD definitions and also a proposed binding for LCD displays.The PWM is as per what will likely be committed to linux-next soon.The displaymode bind
tegra: fdt: Add LCD definitions for TegraAdd LCD definitions and also a proposed binding for LCD displays.The PWM is as per what will likely be committed to linux-next soon.The displaymode binding comes from a proposal here:http://lists.freedesktop.org/archives/dri-devel/2012-July/024875.htmlThe panel binding is new, and fills a need to specify the paneltimings and other tegra-specific information. Should a binding appearthat allows the pwm to handle this automatically, we can revisitthis.Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Tom Warren <twarren@nvidia.com>