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

Ajay Kumar ajaykumar.rs at samsung.com
Wed Mar 4 14:35:23 CET 2015


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.
Changes since V2:
	-- Address comments for clock patch and modify GPIO usage as
	   specified by Simon.

Ajay Kumar (8):
  [PATCH V3 1/8] arm: exynos: add display clocks for Exynos5800
  [PATCH V3 2/8] Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panels
  [PATCH V3 3/8] video: exynos_fb: configure backlight GPIOs if specified in DT
  [PATCH V3 4/8] video: parade: configure SLP and RST GPIOs if specified in DT
  [PATCH V3 5/8] dts: exynos54xx: Add samsung,pwm-out-gpio property to FIMD node
  [PATCH V3 6/8] dts: peach_pit: Add SLP and RST GPIO properties in parade DT node
  [PATCH V3 7/8] dts: peach_pi: Add DT properties needed for display
  [PATCH V3 8/8] smdk5420: Remove GPIO enums

 arch/arm/cpu/armv7/exynos/clock.c              |   65 ++++++++++++++++++++++--
 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                      |   21 ++++++++
 drivers/video/parade.c                         |   11 ++++
 10 files changed, 107 insertions(+), 20 deletions(-)

-- 
1.7.9.5



More information about the U-Boot mailing list