mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
553216f6f9
commit
49f55653fd
1 changed files with 6 additions and 6 deletions
|
@ -45,19 +45,19 @@
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
};
|
};
|
||||||
|
|
||||||
1d_dmem {
|
1d-dmem {
|
||||||
filename = "lpddr4_pmu_train_1d_dmem.bin";
|
filename = "lpddr4_pmu_train_1d_dmem.bin";
|
||||||
size = <0x4000>;
|
size = <0x4000>;
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
};
|
};
|
||||||
|
|
||||||
2d_imem {
|
2d-imem {
|
||||||
filename = "lpddr4_pmu_train_2d_imem.bin";
|
filename = "lpddr4_pmu_train_2d_imem.bin";
|
||||||
size = <0x8000>;
|
size = <0x8000>;
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
};
|
};
|
||||||
|
|
||||||
2d_dmem {
|
2d-dmem {
|
||||||
filename = "lpddr4_pmu_train_2d_dmem.bin";
|
filename = "lpddr4_pmu_train_2d_dmem.bin";
|
||||||
size = <0x4000>;
|
size = <0x4000>;
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
load = <CONFIG_SYS_TEXT_BASE>;
|
load = <CONFIG_SYS_TEXT_BASE>;
|
||||||
type = "standalone";
|
type = "standalone";
|
||||||
|
|
||||||
uboot_blob {
|
uboot-blob {
|
||||||
filename = "u-boot-nodtb.bin";
|
filename = "u-boot-nodtb.bin";
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
};
|
};
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
load = <0x920000>;
|
load = <0x920000>;
|
||||||
type = "firmware";
|
type = "firmware";
|
||||||
|
|
||||||
atf_blob {
|
atf-blob {
|
||||||
filename = "bl31.bin";
|
filename = "bl31.bin";
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
};
|
};
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
description = "NAME";
|
description = "NAME";
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
|
|
||||||
uboot_fdt_blob {
|
uboot-fdt-blob {
|
||||||
filename = "u-boot.dtb";
|
filename = "u-boot.dtb";
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue