siemens: imx8qxp-capricorn-u-boot.dtsi: fix boot

current generated flash.bin image does not longer
boot on cxg3 board.

Rename bootph-pre-ram to bootph-all so flash.bin
boots again!

Add u-boot specific change (add bootph-all property)
in A35_0 node to imx8qxp-capricorn-u-boot.dtsi

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
This commit is contained in:
Heiko Schocher 2024-11-23 17:52:51 +01:00 committed by Fabio Estevam
parent c8b3c46bde
commit ce2230dd69

View file

@ -6,130 +6,133 @@
#include "imx8qxp-u-boot.dtsi" #include "imx8qxp-u-boot.dtsi"
&{/imx8qx-pm} { &{/imx8qx-pm} {
bootph-all;
};
bootph-pre-ram; &A35_0 {
bootph-all;
}; };
&mu { &mu {
bootph-pre-ram; bootph-all;
}; };
&clk { &clk {
bootph-pre-ram; bootph-all;
}; };
&iomuxc { &iomuxc {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio { &pd_lsio {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio_gpio0 { &pd_lsio_gpio0 {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio_gpio1 { &pd_lsio_gpio1 {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio_gpio2 { &pd_lsio_gpio2 {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio_gpio3 { &pd_lsio_gpio3 {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio_gpio4 { &pd_lsio_gpio4 {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio_gpio5 { &pd_lsio_gpio5 {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio_gpio6 { &pd_lsio_gpio6 {
bootph-pre-ram; bootph-all;
}; };
&pd_lsio_gpio7 { &pd_lsio_gpio7 {
bootph-pre-ram; bootph-all;
}; };
&pd_dma { &pd_dma {
bootph-pre-ram; bootph-all;
}; };
&pd_dma_lpuart0 { &pd_dma_lpuart0 {
bootph-pre-ram; bootph-all;
}; };
&pd_dma_lpuart2 { &pd_dma_lpuart2 {
bootph-pre-ram; bootph-all;
}; };
&pd_conn { &pd_conn {
bootph-pre-ram; bootph-all;
}; };
&pd_conn_sdch0 { &pd_conn_sdch0 {
bootph-pre-ram; bootph-all;
}; };
&pd_conn_sdch1 { &pd_conn_sdch1 {
bootph-pre-ram; bootph-all;
}; };
&pd_conn_sdch2 { &pd_conn_sdch2 {
bootph-pre-ram; bootph-all;
}; };
&gpio0 { &gpio0 {
bootph-pre-ram; bootph-all;
}; };
&gpio1 { &gpio1 {
bootph-pre-ram; bootph-all;
}; };
&gpio2 { &gpio2 {
bootph-pre-ram; bootph-all;
}; };
&gpio3 { &gpio3 {
bootph-pre-ram; bootph-all;
}; };
&gpio4 { &gpio4 {
bootph-pre-ram; bootph-all;
}; };
&gpio5 { &gpio5 {
bootph-pre-ram; bootph-all;
}; };
&gpio6 { &gpio6 {
bootph-pre-ram; bootph-all;
}; };
&gpio7 { &gpio7 {
bootph-pre-ram; bootph-all;
}; };
&lpuart0 { &lpuart0 {
bootph-pre-ram; bootph-all;
}; };
&lpuart2 { &lpuart2 {
bootph-pre-ram; bootph-all;
}; };
&usdhc1 { &usdhc1 {
bootph-pre-ram; bootph-all;
}; };
&usdhc2 { &usdhc2 {
bootph-pre-ram; bootph-all;
}; };