diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-13 08:56:33 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-02-14 09:43:26 -0700 |
commit | 8c103c33fb14086aad6feda504934314d4397dd7 (patch) | |
tree | 5556dbc9fbfa5ca9be145ac2d4356752dd08b9ee /arch/arm/dts/imx6qdl-u-boot.dtsi | |
parent | c74e03417bdcb2930fa027e78cc8cebed384a975 (diff) | |
download | u-boot-8c103c33fb14086aad6feda504934314d4397dd7.tar.gz |
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 <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/imx6qdl-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/imx6qdl-u-boot.dtsi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/dts/imx6qdl-u-boot.dtsi b/arch/arm/dts/imx6qdl-u-boot.dtsi index f74af6c423e..cab9b6cfc58 100644 --- a/arch/arm/dts/imx6qdl-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-u-boot.dtsi @@ -10,30 +10,30 @@ }; soc { - u-boot,dm-spl; - u-boot,dm-pre-reloc; + bootph-pre-ram; + bootph-all; bus@2000000 { - u-boot,dm-spl; + bootph-pre-ram; spba-bus@2000000 { - u-boot,dm-spl; + bootph-pre-ram; }; }; bus@2100000 { - u-boot,dm-spl; + bootph-pre-ram; }; }; }; &gpio1 { - u-boot,dm-spl; + bootph-pre-ram; }; &iomuxc { - u-boot,dm-spl; + bootph-pre-ram; }; &ipu1 { - u-boot,dm-pre-reloc; + bootph-all; }; |