From 83605d37b00168d4960a752cff898d09d3062015 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Wed, 26 Jul 2017 18:23:05 +0200 Subject: mx6: Add support for Phytec pfla02 (NAND) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add support for Phytec pfla02, equipped with NAND. CPU: Freescale i.MX6Q rev1.5 996 MHz (running at 792 MHz) CPU: Automotive temperature grade (-40C to 125C) at 31C Reset cause: POR I2C: ready DRAM: 1 GiB NAND: 2048 MiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 SF: Detected n25q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB In: serial Out: serial Err: serial Net: FEC [PRIME] Hit any key to stop autoboot: 0 Signed-off-by: Stefano Babic CC: Stefan Christ CC: Stefan Müller-Klieser CC: Christian Hemp --- board/phytec/pfla02/MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/phytec/pfla02/MAINTAINERS (limited to 'board/phytec/pfla02/MAINTAINERS') diff --git a/board/phytec/pfla02/MAINTAINERS b/board/phytec/pfla02/MAINTAINERS new file mode 100644 index 0000000000..4b069a90cd --- /dev/null +++ b/board/phytec/pfla02/MAINTAINERS @@ -0,0 +1,6 @@ +PHYTEC PHYFLEX +M: Stefano Babic +S: Maintained +F: board/phytec/pfla02/ +F: include/configs/pfla02.h +F: configs/pfla02_defconfig -- cgit