mirror of
https://xff.cz/git/u-boot/
synced 2025-12-25 05:59:12 +01:00
ARM: dts: imx: Make DRAM coding GPIOs available before relocation on Data Modul i.MX8M Mini/Plus eDM SBC
The DRAM configuration GPIO straps must be accessible in SPL and before
relocation because the GPIOs are sampled both in U-Boot SPL as well as early
on in U-Boot proper. The already present bootph-pre-ram DT property made the
GPIO controllers available in SPL, but not early on in U-Boot proper, which
made gpio_request_list_by_name_nodev() in board dmo_get_memcfg() fail. Add
missing bootph-some-ram DT property to all GPIO controllers which are
referenced in dmo,ram-coding-gpios DT property to make those GPIO
controllers available early in U-Boot proper as well.
Fixes: 8c103c33fb ("dm: dts: Convert driver model tags to use new schema")
Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
committed by
Fabio Estevam
parent
b51b97e9be
commit
6e18eec908
@@ -77,6 +77,7 @@
|
||||
|
||||
&gpio2 {
|
||||
bootph-pre-ram;
|
||||
bootph-some-ram;
|
||||
|
||||
dsi-reset-hog {
|
||||
bootph-pre-ram;
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
|
||||
&gpio3 {
|
||||
bootph-pre-ram;
|
||||
bootph-some-ram;
|
||||
|
||||
bl-enable-hog {
|
||||
bootph-pre-ram;
|
||||
@@ -92,6 +93,7 @@
|
||||
|
||||
&gpio4 {
|
||||
bootph-pre-ram;
|
||||
bootph-some-ram;
|
||||
|
||||
dsi-reset-hog {
|
||||
bootph-pre-ram;
|
||||
|
||||
Reference in New Issue
Block a user