fdt: add new fdt_fixup_display function to configure display
authorTim Harvey <tharvey@gateworks.com>
Wed, 8 Apr 2015 18:45:39 +0000 (11:45 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 22 Apr 2015 12:39:06 +0000 (14:39 +0200)
commit08daa258e6a87c452d242d5e2d667710184156b2
treeb928cd94f00e2e2b40173435fff000ba1f6ae8fe
parent78c5a180871d4337d4cfd41d6739a04b271b2e4d
fdt: add new fdt_fixup_display function to configure display

Add 'fdt_fixup_display' function to fixup device-tree native-mode property
of display-timings node to select timings for a specific display.
This is useful if a device-tree has configurations for multiple
display timings for undetectable displays.

see kernel Documentation/devicetree/bindings/video/display-timing.txt

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c
include/fdt_support.h