commit | 9e901ce6778977180e6f4fb52fa0f7c0493ca2b1 | [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 | 3559c7982fdac51ce8b0e969f17f1d3382773aca [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>