commit | 78b9afd2c30dd79655985fd45653a84c253ddf1b | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker@sancloud.com> | Mon Nov 14 12:42:38 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 02 08:39:00 2022 -0500 |
tree | 9f8c503c0a3b421d5d2447b506e85cd44ef291a5 | |
parent | 07744f2ac03c06f0a41aaecccb9a413d38e6c369 [diff] |
am335x-evm: Enable required dtb nodes in SPL For successful boot when CONFIG_SPL_OF_CONTROL=y, we need to ensure that the board EEPROM on i2c0, the uart0 serial port and the relevant boot device (mmc1 or mmc2) can be accessed in the SPL. We also need to preserve the parent nodes for each required dtb node. Signed-off-by: Paul Barker <paul.barker@sancloud.com>