From patchwork Wed Feb 26 10:38:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 236856 List-Id: U-Boot discussion From: michal.simek at xilinx.com (Michal Simek) Date: Wed, 26 Feb 2020 11:38:39 +0100 Subject: [PATCH v2 0/4] ARM: zynq: Switch to CFI DM driver Message-ID: Hi, this series is switching Zynq to DM based cfi driver. On regular u-boot this is described via SMCC but for cse it is enough to place just node to DT. Thanks, Michal Changes in v2: - Add missing zynq cse nor conversion Michal Simek (4): nand: raw: Do not free xnand structure nand: raw: zynq: Do not try to probe driver if nand flash is disabled ARM: zynq: Do not report NOR flash detection failure ARM: zynq: Enable DM for CFI NOR flash arch/arm/dts/zynq-cse-nor.dts | 14 ++++++++++++++ configs/xilinx_zynq_virt_defconfig | 1 + configs/zynq_cse_nor_defconfig | 3 +++ drivers/mtd/nand/raw/zynq_nand.c | 25 ++++++++++++++----------- include/configs/zynq-common.h | 3 +-- 5 files changed, 33 insertions(+), 13 deletions(-)