commit | 4621960754b2175cef1f4c34e11db1abb7a6e666 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Wed Nov 22 15:30:05 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 15 15:27:47 2023 -0500 |
tree | 85b10dc249f9819cb5f3c8735df1a4e2f081a1f9 | |
parent | c936ef78704fa33afa71dfec347e8785bcb3d46c [diff] |
arm: mach-k3: Move K3 common schema.yaml out of board directory This file is common for all K3, move it out of board/ directory and into mach-k3. As we need to change the path in k3-binman.dtsi let's take this opportunity to switch to absolute paths which makes adding non-TI boards (like Toradex Verdin) not need to override these paths. Signed-off-by: Andrew Davis <afd@ti.com>