summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@blueri.se>2022-01-13 17:22:17 +0300
committerStefano Babic <sbabic@denx.de>2022-02-05 17:49:01 +0300
commit49f55653fd504cb0e9e917a94b7b5bc052dafff2 (patch)
tree6c9dd28e183f3f4c903b114b10414645aa3d8f36 /arch
parent553216f6f9d101ea2748aff92379d4ad570824ce (diff)
downloadu-boot-49f55653fd504cb0e9e917a94b7b5bc052dafff2.tar.xz
arm64: dts: imx8mm-u-boot.dtsi: use dash for node names
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mm-u-boot.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts/imx8mm-u-boot.dtsi
index 7882fe7316..3ea03a96d6 100644
--- a/arch/arm/dts/imx8mm-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-u-boot.dtsi
@@ -45,19 +45,19 @@
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";
};
@@ -107,7 +107,7 @@
load = <0x920000>;
type = "firmware";
- atf_blob {
+ atf-blob {
filename = "bl31.bin";
type = "blob-ext";
};
@@ -126,7 +126,7 @@
description = "NAME";
type = "flat_dt";
- uboot_fdt_blob {
+ uboot-fdt-blob {
filename = "u-boot.dtb";
type = "blob-ext";
};