ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash support

Turns out when introducing the eMMC version the gpmi node required for
NAND flash support got enabled exclusively on Colibri iMX7D 512MB.

Fixes: f928a4a377 ("ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support")
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Marcel Ziswiler 2020-01-08 17:12:31 +01:00 committed by Shawn Guo
parent 3479b2843c
commit 4b0b97e651

View File

@ -49,3 +49,7 @@ memory@80000000 {
reg = <0x80000000 0x10000000>;
};
};
&gpmi {
status = "okay";
};