[U-Boot] [PATCH V2 0/8] peach_pi: Add support for FIMD and DP

Ajay kumar ajaynumb at gmail.com
Tue Mar 3 15:07:49 CET 2015


On Tue, Mar 3, 2015 at 7:33 PM, Ajay Kumar <ajaykumar.rs at samsung.com> wrote:
> Add support for the eDP panel supported on peach_pi.
>
> Changes since V1:
>         -- Address comments for clock changes
>         -- Remove the use of GPIO enums, and use DT to specify GPIOs.
>
> Ajay Kumar (8):
>   [PATCH V2 1/8] arm: exynos: add display clocks for Exynos5800
>   [PATCH V2 2/8] Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panels
>   [PATCH V2 3/8] video: exynos_fb: configure backlight GPIOs if specified in DT
>   [PATCH V2 4/8] video: parade: configure SLP and RST GPIOs if specified in DT
>   [PATCH V2 5/8] dts: exynos54xx: Add samsung,pwm-out-gpio property to FIMD node
>   [PATCH V2 6/8] dts: peach_pit: Add SLP and RST GPIO properties in parade DT node
>   [PATCH V2 7/8] dts: peach_pi: Add DT properties needed for display
>   [PATCH V2 8/8] smdk5420: Remove GPIO enums
>
>  arch/arm/cpu/armv7/exynos/clock.c              |   66 ++++++++++++++++++++++--
>  arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |    4 +-
>  arch/arm/dts/exynos5420-peach-pit.dts          |    2 +
>  arch/arm/dts/exynos54xx.dtsi                   |    1 +
>  arch/arm/dts/exynos5800-peach-pi.dts           |    3 ++
>  arch/arm/include/asm/arch-exynos/clk.h         |    3 ++
>  board/samsung/smdk5420/smdk5420.c              |   15 ------
>  doc/device-tree-bindings/video/exynos-fb.txt   |    2 +
>  drivers/video/exynos_fb.c                      |   23 +++++++++
>  drivers/video/parade.c                         |   15 ++++++
>  10 files changed, 114 insertions(+), 20 deletions(-)
>
> --
> 1.7.9.5
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot


More information about the U-Boot mailing list