Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1662701
| From | Han Xu <han.xu@nxp.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6 3/3] ARM: dts: imx7-colibri: add NAND support |
| Date | 2017-06-09 21:20 +0200 |
| Message-ID | <tQxBT-5uD-3@gated-at.bofh.it> (permalink) |
| References | <tQefT-1I1-5@gated-at.bofh.it> <tQefU-1I1-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 06/08/2017 05:34 PM, Stefan Agner wrote:
> The Colibri iMX7 modules come with 512MB on-module SLC NAND flash
> populated. Make use of it by enabling the GPMI controller.
>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> Tested-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Han Xu <han.xu@nxp.com>
> ---
> arch/arm/boot/dts/imx7-colibri.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx7-colibri.dtsi b/arch/arm/boot/dts/imx7-colibri.dtsi
> index 2d87489..ad4ce19 100644
> --- a/arch/arm/boot/dts/imx7-colibri.dtsi
> +++ b/arch/arm/boot/dts/imx7-colibri.dtsi
> @@ -106,6 +106,15 @@
> fsl,magic-packet;
> };
>
> +&gpmi {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_gpmi_nand>;
> + fsl,use-minimum-ecc;
> + nand-on-flash-bbt;
> + nand-ecc-mode = "hw";
> + status = "okay";
> +};
> +
> &i2c1 {
> clock-frequency = <100000>;
> pinctrl-names = "default";
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 0/3] ARM: dts: imx7: add NAND support Stefan Agner <stefan@agner.ch> - 2017-06-09 00:40 +0200
[PATCH v6 1/3] clk: imx7d: create clocks behind rawnand clock gate Stefan Agner <stefan@agner.ch> - 2017-06-09 00:40 +0200
Re: [PATCH v6 1/3] clk: imx7d: create clocks behind rawnand clock gate Han Xu <han.xu@nxp.com> - 2017-06-09 21:20 +0200
[PATCH v6 3/3] ARM: dts: imx7-colibri: add NAND support Stefan Agner <stefan@agner.ch> - 2017-06-09 00:40 +0200
Re: [PATCH v6 3/3] ARM: dts: imx7-colibri: add NAND support Han Xu <han.xu@nxp.com> - 2017-06-09 21:20 +0200
[PATCH v6 2/3] ARM: dts: imx7: add GPMI NAND and APBH DMA Stefan Agner <stefan@agner.ch> - 2017-06-09 00:40 +0200
Re: [PATCH v6 2/3] ARM: dts: imx7: add GPMI NAND and APBH DMA Han Xu <han.xu@nxp.com> - 2017-06-09 21:20 +0200
Re: [PATCH v6 0/3] ARM: dts: imx7: add NAND support Shawn Guo <shawnguo@kernel.org> - 2017-06-14 17:20 +0200
csiph-web