Skip to content

Commit 4b0b97e

Browse files
ziswilerShawn Guo
authored andcommitted
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: f928a4a ("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>
1 parent 3479b28 commit 4b0b97e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/imx7s-colibri.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@
4949
reg = <0x80000000 0x10000000>;
5050
};
5151
};
52+
53+
&gpmi {
54+
status = "okay";
55+
};

0 commit comments

Comments
 (0)