linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: aisheng.dong@nxp.com (A.s. Dong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 1/8] arm64: imx: add imx8qxp support
Date: Thu, 18 Oct 2018 18:19:13 +0000	[thread overview]
Message-ID: <1539886483-15775-2-git-send-email-aisheng.dong@nxp.com> (raw)
In-Reply-To: <1539886483-15775-1-git-send-email-aisheng.dong@nxp.com>

i.MX 8QuadXPlus is a quad (4x) Cortex-A35 proccessor. The Cortex-A35
provides full 64-bit ARMv8-A support while maintaining seamless backwards
compatibility with 32-bit ARMv7-A software. Graphics processing is handled
by a dedicated Graphics Processing Unit (GPU) supporting latest graphic APIs.
Video is managed by a dedicated video engine decoding formats, H.265 HEVC
(Main Profile) up to 4K30 and H.264 up to 1080p60, as well as encoding up
to 1080p30. The memory interface supports 32-bit LP-DDR4 without ECC (Error
Correcting Code) protection at 1200 MHz, 40-bit DDR3L with ECC protection at
933 MHz, two FlexSPI , eMMC 5.1, RAW NAND and SD 3.0.

A wide range of peripheral I/Os such as CAN, parallel or MIPI CSI camera
input, Gigabit Ethernet, ADC, USB 2.0 OTG, USB 3.0 and PCIe 3.0 provide
wide flexibility.

More information:
https://www.nxp.com/docs/en/fact-sheet/IMX8XFAMFS.pdf

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
v1->v2:
 * update CONFIG option name
---
 arch/arm64/Kconfig.platforms | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 393d2b5..c7324b1 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -139,6 +139,28 @@ config ARCH_MVEBU
 	   - Armada 7K SoC Family
 	   - Armada 8K SoC Family
 
+config ARCH_MXC
+	bool "ARMv8 based NXP i.MX SoC family"
+	select GPIOLIB
+	select PINCTRL
+	select PM
+	select PM_GENERIC_DOMAINS
+	select SOC_BUS
+	help
+	  This enables support for the ARMv8 based SoCs in the
+	  NXP i.MX family.
+
+config SOC_IMX8QXP
+	bool "i.MX8QXP"
+	depends on ARCH_MXC
+	select IMX_MBOX
+	select IMX_SCU
+	select IMX_SCU_PD
+	select MXC_CLK_SCU
+	select PINCTRL_IMX8QXP
+	help
+	  This enables support for NXP i.MX8QXP SoC.
+
 config ARCH_QCOM
 	bool "Qualcomm Platforms"
 	select GPIOLIB
-- 
2.7.4

  reply	other threads:[~2018-10-18 18:19 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18 18:19 [PATCH V3 0/8] arm64: imx: add imx8qxp support A.s. Dong
2018-10-18 18:19 ` A.s. Dong [this message]
2018-10-18 18:19 ` [PATCH V3 2/8] dt-bindings: serial: lpuart: add imx8qxp compatible string A.s. Dong
2018-10-18 19:48   ` Rob Herring
2018-10-18 18:19 ` [PATCH V3 3/8] dt-bindings: mmc: fsl-imx-esdhc: " A.s. Dong
2018-10-18 19:48   ` Rob Herring
2018-10-24 10:59   ` Ulf Hansson
2018-10-18 18:19 ` [PATCH V3 4/8] dt-bindings: i2c: i2c-imx-lpi2c: " A.s. Dong
2018-10-18 19:49   ` Rob Herring
2018-10-28 22:19   ` Wolfram Sang
2018-10-30 14:56     ` A.s. Dong
2018-10-30 14:59       ` Wolfram Sang
2018-10-30 15:03         ` A.s. Dong
2018-10-18 18:19 ` [PATCH V3 5/8] dt-bindings: spi: lpspi: " A.s. Dong
2018-10-18 19:49   ` Rob Herring
2018-10-21 15:59   ` Applied "spi: lpspi: add imx8qxp compatible string" to the spi tree Mark Brown
2018-10-18 18:19 ` [PATCH V3 6/8] arm64: dts: imx: add imx8qxp support A.s. Dong
2018-10-18 20:24   ` Rob Herring
2018-10-19  8:02     ` A.s. Dong
2018-10-23 14:55       ` Ulf Hansson
2018-10-23 16:09         ` A.s. Dong
2018-10-24 10:03           ` Ulf Hansson
2018-10-25 10:57             ` A.s. Dong
2018-10-25 11:31               ` Ulf Hansson
2018-10-25 11:40                 ` A.s. Dong
2018-10-18 18:19 ` [PATCH V3 7/8] arm64: dts: imx: add imx8qxp mek support A.s. Dong
2018-10-18 20:27   ` Rob Herring
2018-10-19  8:05     ` A.s. Dong
2018-10-18 18:19 ` [PATCH V3 8/8] defconfig: arm64: add imx8qxp support A.s. Dong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539886483-15775-2-git-send-email-aisheng.dong@nxp.com \
    --to=aisheng.dong@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).