mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00:00

serial_init runs into panic because no serial device found.
Update the device tree to include bootph-some-ram for some critial
devices needed in pre-reloc stage
Also update usdhc related properties to avoid card initialization
failure.
Fixes: 8c103c33fb
("dm: dts: Convert driver model tags to use new schema")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
195 lines
1.8 KiB
Text
195 lines
1.8 KiB
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2018, 2021 NXP
|
|
*/
|
|
|
|
#include "imx8qm-u-boot.dtsi"
|
|
|
|
&{/imx8qm-pm} {
|
|
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&mu {
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&clk {
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&iomuxc {
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
®_usdhc2_vmmc {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&{/mu@5d1c0000/iomuxc/imx8qm-mek} {
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc2_gpio {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_lpuart0 {
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio_gpio0 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio_gpio1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio_gpio2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio_gpio3 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio_gpio4 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio_gpio5 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio_gpio6 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_lsio_gpio7 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_conn {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_conn_sdch0 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_conn_sdch1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_conn_sdch2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_dma {
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_dma_lpuart0 {
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_caam {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_caam_jr1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_caam_jr2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pd_caam_jr3 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&gpio0 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&gpio1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&gpio2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&gpio3 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&gpio4 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&gpio5 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&gpio6 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&gpio7 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&lpuart0 {
|
|
bootph-some-ram;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&usdhc1 {
|
|
bootph-pre-ram;
|
|
mmc-hs400-1_8v;
|
|
};
|
|
|
|
&usdhc2 {
|
|
bootph-pre-ram;
|
|
sd-uhs-sdr104;
|
|
sd-uhs-ddr50;
|
|
};
|
|
|
|
&crypto {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&sec_jr1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&sec_jr2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&sec_jr3 {
|
|
bootph-pre-ram;
|
|
};
|