diff mbox series

[v4,1/2] dts: imx8mp: assign binman_configuration label to config-SEQ

Message ID 20230117191500.2603361-2-paul.liu@linaro.org
State Accepted
Commit 8b7036e6aa870fef1c72cd13a8fbc9a4737483ff
Headers show
Series dts: imx8mp-rsb3720: modify configrations to load fip into memory | expand

Commit Message

Paul Liu Jan. 17, 2023, 7:14 p.m. UTC
assign a label 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.
v4: fix subject and commit log: node name -> label
---
 arch/arm/dts/imx8mp-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam Jan. 17, 2023, 7:15 p.m. UTC | #1
On Tue, Jan 17, 2023 at 4:15 PM Ying-Chun Liu (PaulLiu)
<paul.liu@linaro.org> wrote:
>
> assign a label 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>

Reviewed-by: Fabio Estevam <festevam@denx.de>
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";