MLK-14995: ARM: dts: nand-on-flash flag set in wrong device node
authorHan Xu <han.xu@nxp.com>
Thu, 1 Jun 2017 03:25:37 +0000 (22:25 -0500)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:27 +0000 (15:22 -0500)
nand-on-flash-bbt flag for i.mx6sx sabreauto dtb was set in wrong device
node, move it back to gpmi node.

Signed-off-by: Han Xu <han.xu@nxp.com>
arch/arm/boot/dts/imx6sx-sabreauto.dts

index 493afe6..87ae1fa 100644 (file)
 &gpmi {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_gpmi_nand_1>;
+       nand-on-flash-bbt;
        status = "okay";
 };
 
        dcic_id = <1>;
        dcic_mux = "dcic-lvds";
        status = "okay";
-       nand-on-flash-bbt;
 };
 
 &vadc {