]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: mach-omap2: Factor out common FDT fixup suport
authorAndrew F. Davis <afd@ti.com>
Mon, 10 Jul 2017 19:45:50 +0000 (14:45 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:43 +0000 (22:22 -0400)
commit03750231a84da904d6d2809a54d3147dee833f26
tree334eb666ca9be0f19391f746fed06939d1930f18
parent3348e0c0a6e48132d0ef092de7bfbd775f0299c3
arm: mach-omap2: Factor out common FDT fixup suport

Some of the fixups currently done for OMAP5 class boards are common to
other OMAP family devices, move these to fdt-common.c.

Signed-off-by: Andrew F. Davis <afd@ti.com>
arch/arm/include/asm/omap_common.h
arch/arm/include/asm/omap_sec_common.h
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/fdt-common.c [new file with mode: 0644]
arch/arm/mach-omap2/omap5/fdt.c
arch/arm/mach-omap2/sec-common.c