Many instances of the partname: were removed in https://lore.barebox.org/barebox/20221019104022.2568647-1-s.hauer@xxxxxxxxxxxxxx/T/#t Don't add new ones for this new board Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts b/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts index 8bd9efbaefad..c47e7285a703 100644 --- a/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts +++ b/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts @@ -13,12 +13,12 @@ chosen { environment-sd { compatible = "barebox,environment"; - device-path = &usdhc2, "partname:barebox-environment"; + device-path = &env_sd2; status = "disabled"; }; environment-emmc { compatible = "barebox,environment"; - device-path = &usdhc3, "partname:barebox-environment"; + device-path = &env_sd3; status = "disabled"; }; }; @@ -33,7 +33,7 @@ reg = <0x0 0xe0000>; }; - partition@e0000 { + env_sd2: partition@e0000 { label = "barebox-environment"; reg = <0xe0000 0x20000>; }; @@ -48,7 +48,7 @@ reg = <0x0 0xe0000>; }; - partition@e0000 { + env_sd3: partition@e0000 { label = "barebox-environment"; reg = <0xe0000 0x20000>; }; -- 2.30.2