diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2025-04-23 09:45:02 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2025-04-25 16:00:22 +0200 |
commit | 6ec23e9cc260c95f0839117ea50b8368f21876b9 (patch) | |
tree | 2c13b83565942ea22aabb601764cc23900de51ba | |
parent | a3be0ccc4746b64a6ed2f955b1238e9c53de8b16 (diff) |
ARM: dts: stm32: add "u-boot,mmc-env-partition" for stm32mp257f-ev1-u-boot
Add "u-boot,mmc-env-partition" property for stm32mp257f-ev1-u-boot.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
-rw-r--r-- | arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi index 3beeaa19c12..d4a75b2f03e 100644 --- a/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi +++ b/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi @@ -6,6 +6,10 @@ #include "stm32mp25-u-boot.dtsi" / { + config { + u-boot,mmc-env-partition = "u-boot-env"; + }; + clocks { ck_flexgen_08: ck-flexgen-08 { #clock-cells = <0>; |