projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3479b28
)
ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash support
author
Marcel Ziswiler
<marcel.ziswiler@toradex.com>
Wed, 8 Jan 2020 16:12:31 +0000
(17:12 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Thu, 9 Jan 2020 11:21:53 +0000
(19:21 +0800)
Turns out when introducing the eMMC version the gpmi node required for
NAND flash support got enabled exclusively on Colibri iMX7D 512MB.
Fixes: f928a4a377e4 ("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>
arch/arm/boot/dts/imx7s-colibri.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx7s-colibri.dtsi
b/arch/arm/boot/dts/imx7s-colibri.dtsi
index 1fb1ec5d3d70717f08026f47e42d9bfee0c81ca8..6d16e32aed899122efcb4279581844714e05f0ca 100644
(file)
--- a/
arch/arm/boot/dts/imx7s-colibri.dtsi
+++ b/
arch/arm/boot/dts/imx7s-colibri.dtsi
@@
-49,3
+49,7
@@
reg = <0x80000000 0x10000000>;
};
};
+
+&gpmi {
+ status = "okay";
+};