commit | ddf67f71352be56d98f0e5bcf851146e54d764ad | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Jul 05 10:26:44 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 11:35:04 2016 -0400 |
tree | f649ddc66bbcbffaa8ecdfc74205300f55ee8cea | |
parent | ea7b1a213e8b01befd05d94620add7cf84883876 [diff] |
libfdt: Add overlay application function The device tree overlays are a good way to deal with user-modifyable boards or boards with some kind of an expansion mechanism where we can easily plug new board in (like the BBB, the Raspberry Pi or the CHIP). Add a new function to merge overlays with a base device tree. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>