]> Git Repo - u-boot.git/commit
fdt_support: Add a fdt_setup_simplefb_node helper function
authorHans de Goede <[email protected]>
Mon, 17 Nov 2014 14:29:11 +0000 (15:29 +0100)
committerHans de Goede <[email protected]>
Tue, 25 Nov 2014 12:38:46 +0000 (13:38 +0100)
commitd4f495a881476b557394607665a4deda7158b8c7
tree63baf1bd23842e2911ca5e863712d6829f7db900
parent211717a463ff956da983898ae96e2a7d3d506600
fdt_support: Add a fdt_setup_simplefb_node helper function

Add a generic helper to fill and enable simplefb nodes.

The first user of this will be the sunxi display code.

lcd_dt_simplefb_configure_node is also a good candidate to be converted
to use this, but that requires someone to run some tests first, as
lcd_dt_simplefb_configure_node does not honor #address-cells and #size-cells,
but simply assumes 1 and 1 for both.

Signed-off-by: Hans de Goede <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Acked-by: Simon Glass <[email protected]>
common/fdt_support.c
include/fdt_support.h
This page took 0.033554 seconds and 4 git commands to generate.