[11/11] arm64: dts: imx8mn-bsh-smm-s2: Enable the bbt on flash

Message ID 20250512135005.1419006-12-michael@amarulasolutions.com
State New
Headers show
Series
  • Update imx8mn-bsh-smm boards
Related show

Commit Message

Michael Nazzareno Trimarchi May 12, 2025, 1:50 p.m. UTC
From: Simon Holesch <simon.holesch@bshg.com>

Devices with older Kernels were configured to store the bad block table
on the flash. Enable it again to stay compatible.

Signed-off-by: Simon Holesch <simon.holesch@bshg.com>
---
 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts
index df11f81ac50c1..82993e4485286 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts
@@ -21,6 +21,7 @@  memory@40000000 {
 &gpmi {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_gpmi_nand>;
+	nand-on-flash-bbt;
 	fsl,use-minimum-ecc;
 	status = "okay";
 };