commit | c60b3f4a3bc5a1d8396467474f7c9bddcbe85342 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Fri Apr 11 14:47:39 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 08:38:02 2025 -0600 |
tree | 3235381ed5dcee0d5a2382858ac924deac646b2e | |
parent | 8ca0cf17d9a02c95b94868652b28c8dadc25f587 [diff] |
mach-snapdragon: use EVT_OF_LIVE_INIT to apply DT fixups This will now apply fixups prior to devices being bound, which makes it possible to enable/disable devices and adjust more properties that might be read before devices probe. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>