commit | 9a9f6478e84c5244efd1812549da72fbb4429ab9 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Mon Feb 12 13:47:17 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 20 17:57:40 2024 -0500 |
tree | e1748ebb50a589fe5b1c3eb13c44b991b6ae69bd | |
parent | 6d207f687a9363a186888fcf9158b2997eb0eda2 [diff] |
board: ti: common: Introduce a common fdt ops library Introduce a common fdt operations library for basic device tree operations that are common between various boards. The first library to introduce here is the capability to set up fdtfile as a standard variable as part of board identification rather than depend on scripted ifdeffery. Reviewed-by: Jonathan Humphreys <j-humphreys@ti.com> Reviewed-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Nishanth Menon <nm@ti.com>