aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2023-10-16 00:41:14 +0200
committerStefano Babic <sbabic@denx.de>2023-10-16 18:52:20 +0200
commit148447d28838ed9fc117157b5b7a35043b8e9413 (patch)
tree5e5dbe248cc9a14820f84644e08ab805f1025ec8
parentbb722375780423f7e43e5bdfaee51bc89437e204 (diff)
downloadu-boot-148447d28838ed9fc117157b5b7a35043b8e9413.zip
u-boot-148447d28838ed9fc117157b5b7a35043b8e9413.tar.gz
u-boot-148447d28838ed9fc117157b5b7a35043b8e9413.tar.bz2
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>
-rw-r--r--arch/arm/dts/imx8mp-dhcom-u-boot.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-dhcom-u-boot.dtsi b/arch/arm/dts/imx8mp-dhcom-u-boot.dtsi
index a29db0d..b05be57 100644
--- a/arch/arm/dts/imx8mp-dhcom-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-dhcom-u-boot.dtsi
@@ -42,6 +42,7 @@
};
&gpio3 {
+ bootph-all;
bootph-pre-ram;
};