All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 3/4] arm64: dts: imx8mm-u-boot.dtsi: use dash for node names
@ 2022-02-05 16:41 sbabic
  0 siblings, 0 replies; 4+ messages in thread
From: sbabic @ 2022-02-05 16:41 UTC (permalink / raw)
  To: Patrick Wildt, u-boot

> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 3/4] arm64: dts: imx8mm-u-boot.dtsi: use dash for node names
  2022-01-13 14:22 ` [PATCH v2 3/4] arm64: dts: imx8mm-u-boot.dtsi: use dash for node names Patrick Wildt
  2022-01-13 16:46   ` Fabio Estevam
@ 2022-01-25  7:49   ` Marcel Ziswiler
  1 sibling, 0 replies; 4+ messages in thread
From: Marcel Ziswiler @ 2022-01-25  7:49 UTC (permalink / raw)
  To: festevam, patrick
  Cc: heiko.thiery, hs, peng.fan, sbabic, michael, frieder.schrempf,
	u-boot, trini

On Thu, 2022-01-13 at 15:22 +0100, Patrick Wildt wrote:
> 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: Marcel Ziswiler <marcel.ziswiler@toradex.com>

[snip]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 3/4] arm64: dts: imx8mm-u-boot.dtsi: use dash for node names
  2022-01-13 14:22 ` [PATCH v2 3/4] arm64: dts: imx8mm-u-boot.dtsi: use dash for node names Patrick Wildt
@ 2022-01-13 16:46   ` Fabio Estevam
  2022-01-25  7:49   ` Marcel Ziswiler
  1 sibling, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2022-01-13 16:46 UTC (permalink / raw)
  To: Patrick Wildt
  Cc: Michael Walle, frieder.schrempf, heiko.thiery, hs,
	marcel.ziswiler, peng.fan, sbabic, trini, u-boot

On 13/01/2022 11:22, Patrick Wildt wrote:
> 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>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-60 Fax: (+49)-8142-66989-80 Email: 
festevam@denx.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 3/4] arm64: dts: imx8mm-u-boot.dtsi: use dash for node names
  2022-01-13 14:20 [PATCH v2 0/4] arm64: imx8mq/imx8mm: cleanup binman configuration Patrick Wildt
@ 2022-01-13 14:22 ` Patrick Wildt
  2022-01-13 16:46   ` Fabio Estevam
  2022-01-25  7:49   ` Marcel Ziswiler
  0 siblings, 2 replies; 4+ messages in thread
From: Patrick Wildt @ 2022-01-13 14:22 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Michael Walle, frieder.schrempf, heiko.thiery, hs,
	marcel.ziswiler, peng.fan, sbabic, trini, u-boot

Some of the nodes were named using a underscore, so rectify this and
consistenly use dashes.

Signed-off-by: Patrick Wildt <patrick@blueri.se>
---
 arch/arm/dts/imx8mm-u-boot.dtsi | 12 ++++++------
 1 file 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";
 					};
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-05 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05 16:41 [PATCH v2 3/4] arm64: dts: imx8mm-u-boot.dtsi: use dash for node names sbabic
  -- strict thread matches above, loose matches on Subject: below --
2022-01-13 14:20 [PATCH v2 0/4] arm64: imx8mq/imx8mm: cleanup binman configuration Patrick Wildt
2022-01-13 14:22 ` [PATCH v2 3/4] arm64: dts: imx8mm-u-boot.dtsi: use dash for node names Patrick Wildt
2022-01-13 16:46   ` Fabio Estevam
2022-01-25  7:49   ` Marcel Ziswiler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.