diff mbox series

[v3,1/2] dts: imx8mp: assign binman_configuration node name to config-SEQ

Message ID 20230117182620.2231102-2-paul.liu@linaro.org
State Superseded
Headers show
Series dts: imx8mp-rsb3720: modify configrations to load fip into memory | expand

Commit Message

Paul Liu Jan. 17, 2023, 6:26 p.m. UTC
assign a node name for config-SEQ so that the board dts can modify
the configuration more easily.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
---
v2: just rebase to the latest master branch.
v3: rebase to the latest master branch.
---
 arch/arm/dts/imx8mp-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam Jan. 17, 2023, 6:31 p.m. UTC | #1
Hi Paul,

On Tue, Jan 17, 2023 at 3:26 PM Ying-Chun Liu (PaulLiu)
<paul.liu@linaro.org> wrote:
>
> assign a node name for config-SEQ so that the board dts can modify
> the configuration more easily.

Actually, what you are adding is a label, not a node name.

Please change the Subject and commit log accordingly.

Thanks
diff mbox series

Patch

diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-boot.dtsi
index f9883aa133..cb9b5b649a 100644
--- a/arch/arm/dts/imx8mp-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-u-boot.dtsi
@@ -148,7 +148,7 @@ 
 			configurations {
 				default = "@config-DEFAULT-SEQ";
 
-				@config-SEQ {
+				binman_configuration: @config-SEQ {
 					description = "NAME";
 					fdt = "fdt-SEQ";
 					firmware = "uboot";