arm64: dts: imx8m: Remove 'nand-on-flash-bbt' from nand controller
authorFabio Estevam <festevam@denx.de>
Sat, 9 Sep 2023 02:03:31 +0000 (23:03 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 04:03:24 +0000 (12:03 +0800)
The 'nand-on-flash-bbt' property is a property for the NAND device,
not for the GPMI nand controller.

Remove it to fix the following schema warnings:

imx8mm-ddr4-evk.dtb: nand-controller@33002000: Unevaluated properties are not allowed ('nand-on-flash-bbt' was unexpected)
from schema $id: http://devicetree.org/schemas/mtd/gpmi-nand.yaml#
imx8mn-bsh-smm-s2.dtb: nand-controller@33002000: Unevaluated properties are not allowed ('nand-on-flash-bbt' was unexpected)
from schema $id: http://devicetree.org/schemas/mtd/gpmi-nand.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-ddr4-evk.dts
arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts

index 010e836ebe5c961ca5c7b9c45ed5d64fdca56eb8..27848cee167010e6c270af85e6ffbcc17a0c4586 100644 (file)
@@ -23,7 +23,6 @@
 &gpmi {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_gpmi_nand>;
-       nand-on-flash-bbt;
        status = "okay";
 };
 
index 7acc5a960dd9a27a080009acced9408aecc7ea50..11a1ba5bfdb7e41be3b0da5efd7c950d2312b140 100644 (file)
@@ -21,7 +21,6 @@
 &gpmi {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_gpmi_nand>;
-       nand-on-flash-bbt;
        status = "okay";
 };