commit | 08ee7b88e66d384c5c3e13ff13e8253e95ab9ac9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Dec 14 09:34:27 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 14 09:34:27 2024 -0600 |
tree | a83a5ea79c6eea5ca85dd3a4a60c876501498b4c | |
parent | 43042b7e523718ebabaf71051b89003409aecba1 [diff] | |
parent | a28dd4525fe75f536fa83b056880e443fe0f1fc0 [diff] |
Merge patch series "Hyperflash Boot fixes for J7200/J721E" Anurag Dutta <a-dutta@ti.com> says: Hi All, In u-boot, hbmc is broken and has been removed from j7200 configs. This series re-enables the hbmc driver and introduces a series of hyperflash boot fixes. At present, in u-boot, the parent device (fss) gets registered as a syscon device. This is done because the MMIO mux driver in u-boot did not support the mux functionality when the parent device is not a syscon. In this series, we make relevant changes in the hbmc driver as well as dts' so that we can use the reg-mux driver for selecting the appropriate state of the mux. Test logs: 1) j721e-idk-gw hyperflash boot test: https://gist.github.com/anuragdutta731/50aae6fec707a3ffad6d985de6757fe4 2) j7200-evm hyperflash boot test: https://gist.github.com/anuragdutta731/c3a4d60f8bfd9c425d6c44b36eb7322b Link: https://lore.kernel.org/r/20241129113136.383277-1-a-dutta@ti.com