[U-Boot] [PATCH v2] fdt: add new fdt_fixup_display function to configure display

Simon Glass sjg at chromium.org
Thu Apr 9 19:56:14 CEST 2015


Hi Tim,

On 8 April 2015 at 12:45, Tim Harvey <tharvey at gateworks.com> wrote:
>
> 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 at gateworks.com>
> ---
> v2:
>  - use explicit error code
>  - return fdt_setprop_u32 to all error checking by caller
>  - add comments to function prototype
>  - added more verbosity to commit log
> ---
>  common/fdt_support.c  | 29 +++++++++++++++++++++++++++++
>  include/fdt_support.h | 13 +++++++++++++
>  2 files changed, 42 insertions(+)

Acked-by: Simon Glass <sjg at chromium.org>

Is that binding file already in U-Boot?

Regards,
Simon


More information about the U-Boot mailing list