Commits
Han Xu committed c9c6620b36c
MLK-11044: mtd:nand: enable per1_bch for NAND on all i.MX6 platform The per1_bch was moved in patch below since it was never mentioned in any GPMI/BCH/APBH documents, but actually it is necessary for BCH module since BCH use AXI bus transfer data through fabric, need to enable this clock for BCH at fabric side. This patch enabled this clock for all i.MX6 platforms and has been tested on i.MX6Q/i.MX6QP/i.MX6SX and i.MX6UL. commit 9aa0fb0a606a583e2b6e19892ac2cab1b0e726c4 Author: Han Xu <b45815@freescale.com> Date: Thu May 28 16:49:18 2015 -0500 mtd: nand: support NAND on i.MX6UL support i.MX6UL GPMI NAND driver and removed the unecessary clock per1_bch. Signed-off-by: Han Xu <b45815@freescale.com> (cherry picked from commit: 53c5964a104f71c061d95bd98599fbf050644ddb)