arm64: dts: imx8mm-u-boot.dtsi: use dash for node names
authorPatrick Wildt <patrick@blueri.se>
Thu, 13 Jan 2022 14:22:17 +0000 (15:22 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Feb 2022 14:49:01 +0000 (15:49 +0100)
Some of the nodes were named using a underscore, so rectify this and
consistenly use dashes.

Signed-off-by: Patrick Wildt <patrick@blueri.se>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
arch/arm/dts/imx8mm-u-boot.dtsi

index 7882fe7..3ea03a9 100644 (file)
                        type = "blob-ext";
                };
 
-               1d_dmem {
+               1d-dmem {
                        filename = "lpddr4_pmu_train_1d_dmem.bin";
                        size = <0x4000>;
                        type = "blob-ext";
                };
 
-               2d_imem {
+               2d-imem {
                        filename = "lpddr4_pmu_train_2d_imem.bin";
                        size = <0x8000>;
                        type = "blob-ext";
                };
 
-               2d_dmem {
+               2d-dmem {
                        filename = "lpddr4_pmu_train_2d_dmem.bin";
                        size = <0x4000>;
                        type = "blob-ext";
@@ -93,7 +93,7 @@
                                        load = <CONFIG_SYS_TEXT_BASE>;
                                        type = "standalone";
 
-                                       uboot_blob {
+                                       uboot-blob {
                                                filename = "u-boot-nodtb.bin";
                                                type = "blob-ext";
                                        };
                                        load = <0x920000>;
                                        type = "firmware";
 
-                                       atf_blob {
+                                       atf-blob {
                                                filename = "bl31.bin";
                                                type = "blob-ext";
                                        };
                                        description = "NAME";
                                        type = "flat_dt";
 
-                                       uboot_fdt_blob {
+                                       uboot-fdt-blob {
                                                filename = "u-boot.dtb";
                                                type = "blob-ext";
                                        };