summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mn-beacon-kit-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-beacon-kit-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-beacon-kit-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx8mn-beacon-kit-u-boot.dtsi12
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/dts/imx8mn-beacon-kit-u-boot.dtsi b/arch/arm/dts/imx8mn-beacon-kit-u-boot.dtsi
index eb1dd8debb..d28bb2b2ff 100644
--- a/arch/arm/dts/imx8mn-beacon-kit-u-boot.dtsi
+++ b/arch/arm/dts/imx8mn-beacon-kit-u-boot.dtsi
@@ -147,24 +147,28 @@
align-end = <4>;
};
- blob_1: blob-ext@1 {
+ ddr-1d-imem-fw {
filename = "lpddr4_pmu_train_1d_imem.bin";
size = <0x8000>;
+ type = "blob-ext";
};
- blob_2: blob-ext@2 {
+ ddr-1d-dmem-fw {
filename = "lpddr4_pmu_train_1d_dmem.bin";
size = <0x4000>;
+ type = "blob-ext";
};
- blob_3: blob-ext@3 {
+ ddr-2d-imem-fw {
filename = "lpddr4_pmu_train_2d_imem.bin";
size = <0x8000>;
+ type = "blob-ext";
};
- blob_4: blob-ext@4 {
+ ddr-2d-dmem-fw {
filename = "lpddr4_pmu_train_2d_dmem.bin";
size = <0x4000>;
+ type = "blob-ext";
};
};