From: Tom Rini Date: Sat, 14 Dec 2024 15:34:27 +0000 (-0600) Subject: Merge patch series "Hyperflash Boot fixes for J7200/J721E" X-Git-Tag: v2025.04-rc1~17^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aab7730c1c26192b0e4218fbf2f6009f955cb88;p=pandora-u-boot.git Merge patch series "Hyperflash Boot fixes for J7200/J721E" Anurag Dutta 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 --- 8aab7730c1c26192b0e4218fbf2f6009f955cb88