summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-imx6/lowlevel.c
diff options
context:
space:
mode:
authorStefan Christ <s.christ@phytec.de>2016-04-27 12:04:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-02 08:10:01 +0200
commitca5964bf0bdbf1e05f9399804fdf2b23396ab5bb (patch)
tree26349aa283e2b65af4a6cd4deecade24d7181ffd /arch/arm/boards/phytec-som-imx6/lowlevel.c
parent8b0a44830015074949050d0186980a2b2bad3b13 (diff)
downloadbarebox-ca5964bf0bdbf1e05f9399804fdf2b23396ab5bb.tar.gz
barebox-ca5964bf0bdbf1e05f9399804fdf2b23396ab5bb.tar.xz
ARM: imx6q: add support for phyBOARD-SUBRA-i.MX6 Quad
Add support for phyBOARD-SUBRA-i.MX6 with phyFLEX-i.MX6 Quad 1GiB on one bank. This patch factors out the common device tree nodes for the Quad and Solo variant into 'imx6qdl-phytec-phyboard-subra.dtsi'. Signed-off-by: Stefan Christ <s.christ@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/phytec-som-imx6/lowlevel.c')
-rw-r--r--arch/arm/boards/phytec-som-imx6/lowlevel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boards/phytec-som-imx6/lowlevel.c b/arch/arm/boards/phytec-som-imx6/lowlevel.c
index eb796e78b8..6506e5f76e 100644
--- a/arch/arm/boards/phytec-som-imx6/lowlevel.c
+++ b/arch/arm/boards/phytec-som-imx6/lowlevel.c
@@ -91,6 +91,7 @@ PHYTEC_ENTRY(start_phytec_pbab01s_256mb_1bank, imx6s_phytec_pbab01, SZ_256M, fal
PHYTEC_ENTRY(start_phytec_pbab01s_512mb_1bank, imx6s_phytec_pbab01, SZ_512M, false);
PHYTEC_ENTRY(start_phytec_phyboard_alcor_1gib, imx6q_phytec_phyboard_alcor, SZ_1G, false);
PHYTEC_ENTRY(start_phytec_phyboard_subra_512mb_1bank, imx6dl_phytec_phyboard_subra, SZ_512M, false);
+PHYTEC_ENTRY(start_phytec_phyboard_subra_1gib_1bank, imx6q_phytec_phyboard_subra, SZ_1G, false);
PHYTEC_ENTRY(start_phytec_phycore_imx6dl_som_nand_256mb, imx6dl_phytec_phycore_som_nand, SZ_256M, true);
PHYTEC_ENTRY(start_phytec_phycore_imx6q_som_nand_1gib, imx6q_phytec_phycore_som_nand, SZ_1G, true);