lib: utils: Add a general device tree fix-up helper
authorBin Meng <bmeng.cn@gmail.com>
Tue, 17 Mar 2020 14:59:50 +0000 (07:59 -0700)
committerAnup Patel <anup@brainfault.org>
Wed, 18 Mar 2020 05:34:48 +0000 (11:04 +0530)
commitdb6a2b5c681e30351061df089ab2e86bae4509a9
treee2732866562edf63c7f6e02eeb14d559bceaad10
parent3f1c847d1fec852a2b98ee408e4193d70949acd4
lib: utils: Add a general device tree fix-up helper

This adds a general device tree fix-up helper to do all required
device tree fix-ups for a typical platform.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
include/sbi_utils/fdt/fdt_helper.h
lib/utils/fdt/fdt_helper.c