commit | 07744f2ac03c06f0a41aaecccb9a413d38e6c369 | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker@sancloud.com> | Mon Nov 14 12:42:37 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 02 08:39:00 2022 -0500 |
tree | 5666779ca03c4329e525819c3afae932c5de22a2 | |
parent | e92f47c06a1492859768ffc43bb2a4e16c2f0e42 [diff] |
bus: Optionally include TI sysc driver in SPL/TPL The TI sysc bus driver is required to allow access to the SPI bus on am335x platforms. To support SPI boot this driver needs to be enabled in the SPL/TPL as appropriate. Signed-off-by: Paul Barker <paul.barker@sancloud.com>