summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-07-26 16:41:20 +0800
committerStefano Babic <sbabic@denx.de>2022-07-26 11:29:02 +0200
commit25daa2cdda4cb5b48c527695fc73403376063c77 (patch)
tree4899e350c8da193ac5e6e72b25756e83746aa402 /arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi
parent6ec65c8558f5e2f98c4baf28a347354942f0f908 (diff)
arm: dts: imx8m: update binman ddr firmware node name
We are migrating to use binman symbols, the current names are inconsistent across different boards, so unify them. Also add `type = "blob-ext";`, since the new names are not valid binman types. Tested-by: Tim Harvey <tharvey@gateworks.com> #imx8m[m,n,p]-venice Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> [Alper: Edit commit message] Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi b/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi
index 6e37622cca..b8df6f749b 100644
--- a/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi
+++ b/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi
@@ -130,25 +130,25 @@
filename = "u-boot-spl.bin";
};
- 1d-imem {
+ ddr-1d-imem-fw {
filename = "ddr4_imem_1d.bin";
size = <0x8000>;
type = "blob-ext";
};
- 1d_dmem {
+ ddr-1d-dmem-fw {
filename = "ddr4_dmem_1d.bin";
size = <0x4000>;
type = "blob-ext";
};
- 2d_imem {
+ ddr-2d-imem-fw {
filename = "ddr4_imem_2d.bin";
size = <0x8000>;
type = "blob-ext";
};
- 2d_dmem {
+ ddr-2d-dmem-fw {
filename = "ddr4_dmem_2d.bin";
size = <0x4000>;
type = "blob-ext";