commit | 148447d28838ed9fc117157b5b7a35043b8e9413 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Oct 16 00:41:14 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Oct 16 18:52:20 2023 +0200 |
tree | 5e5dbe248cc9a14820f84644e08ab805f1025ec8 | |
parent | bb722375780423f7e43e5bdfaee51bc89437e204 [diff] |
arm64: dts: imx8mp: Make GPIO3 available early in U-Boot proper on i.MX8MP DHCOM The GPIO3 has to be available early during U-Boot proper start up for DRAM size detect to work correctly. The GPIO3 is currently available in SPL and late in U-Boot proper, which is insufficient. Add the missing bootph-all to make the GPIO3 available also early in U-Boot proper. Signed-off-by: Marek Vasut <marex@denx.de>