mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
3da9630b8c
Enabled "fsl,legacy-bch-geometry" in U-Boot device tree overlay to match the legacy BCH geometry layout, which mainline Linux applies when "fsl,use-minimum-ecc" is not specified in the device tree. Reinstated SYS_NAND_ONFI_DETECTION, which when disabled, masked the mismatch on SOMs with Winbond NAND flash chips. Signed-off-by: Niel Fourie <lusus@denx.de>
46 lines
483 B
Text
46 lines
483 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2020
|
|
* Niel Fourie, DENX Software Engineering, lusus@denx.de.
|
|
*/
|
|
#include "imx6qdl-u-boot.dtsi"
|
|
|
|
&gpio3 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio6 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pinctrl_uart2 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&uart2 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&usdhc1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pinctrl_usdhc1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&ecspi1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pinctrl_ecspi1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&m25p80 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpmi {
|
|
fsl,legacy-bch-geometry;
|
|
};
|