From 8c103c33fb14086aad6feda504934314d4397dd7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 13 Feb 2023 08:56:33 -0700 Subject: dm: dts: Convert driver model tags to use new schema Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass --- arch/m68k/dts/stmark2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/m68k/dts/stmark2.dts') diff --git a/arch/m68k/dts/stmark2.dts b/arch/m68k/dts/stmark2.dts index 306b56d679..56c328ff0c 100644 --- a/arch/m68k/dts/stmark2.dts +++ b/arch/m68k/dts/stmark2.dts @@ -16,7 +16,7 @@ }; &uart0 { - u-boot,dm-pre-reloc; + bootph-all; status = "okay"; }; -- cgit v1.2.3