mx6sx-udoo-neo-basic-u-boot.dtsi: Correct to bootph-all
authorTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 00:48:24 +0000 (20:48 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 00:48:24 +0000 (20:48 -0400)
Updating this was missed in the merge of the next branch back in to
master.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi

index be755e1..b5e1f2b 100644 (file)
@@ -1,17 +1,17 @@
 // SPDX-License-Identifier: GPL-2.0+
 
 &soc {
-       u-boot,dm-pre-reloc;
+       bootph-all;
 };
 
 &aips1 {
-       u-boot,dm-pre-reloc;
+       bootph-all;
 };
 
 &pinctrl_uart1 {
-       u-boot,dm-pre-reloc;
+       bootph-all;
 };
 
 &uart1 {
-       u-boot,dm-pre-reloc;
+       bootph-all;
 };