All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/5] arm64: imx: add imx8qxp support
@ 2018-11-10 15:48 A.s. Dong
  2018-11-10 15:48   ` A.s. Dong
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: A.s. Dong @ 2018-11-10 15:48 UTC (permalink / raw)
  To: linux-arm-kernel

Add imx8qxp mek basic support with the function
Lpuart
uSDHC
FEC
GPIO

ChangeLog:
v4:
 * change to new power domain binding suggested by Ulf
 * Note below patches were merged separetely by each SS maintainer,
   so dropped in this seris
   dt-bindings: mmc: fsl-imx-esdhc: add imx8qxp compatible string
   dt-bindings: i2c: i2c-imx-lpi2c: add imx8qxp compatible string
   dt-bindings: spi: lpspi: add imx8qxp compatible string

Dong Aisheng (5):
  dt-bindings: serial: lpuart: add imx8qxp compatible string
  arm64: imx: add imx8qxp support
  arm64: dts: imx: add imx8qxp support
  arm64: dts: imx: add imx8qxp mek support
  defconfig: arm64: add imx8qxp support

 Documentation/devicetree/bindings/arm/fsl.txt      |   8 +
 .../devicetree/bindings/serial/fsl-lpuart.txt      |   2 +
 arch/arm64/Kconfig.platforms                       |  22 ++
 arch/arm64/boot/dts/freescale/Makefile             |   1 +
 arch/arm64/boot/dts/freescale/imx8-ca35.dtsi       |  61 +++
 arch/arm64/boot/dts/freescale/imx8qxp-mek.dts      | 137 +++++++
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi         | 409 +++++++++++++++++++++
 arch/arm64/configs/defconfig                       |   6 +
 8 files changed, 646 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8-ca35.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp-mek.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp.dtsi

-- 
2.7.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-11-13  2:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-10 15:48 [PATCH V4 0/5] arm64: imx: add imx8qxp support A.s. Dong
2018-11-10 15:48 ` [PATCH V4 1/5] dt-bindings: serial: lpuart: add imx8qxp compatible string A.s. Dong
2018-11-10 15:48   ` A.s. Dong
2018-11-10 15:48 ` [PATCH V4 2/5] arm64: imx: add imx8qxp support A.s. Dong
2018-11-10 15:48 ` [PATCH V4 3/5] arm64: dts: " A.s. Dong
2018-11-10 15:48   ` A.s. Dong
2018-11-13  2:06   ` Rob Herring
2018-11-13  2:06     ` Rob Herring
2018-11-13  2:18     ` A.s. Dong
2018-11-13  2:18       ` A.s. Dong
2018-11-10 15:48 ` [PATCH V4 4/5] arm64: dts: imx: add imx8qxp mek support A.s. Dong
2018-11-10 15:48   ` A.s. Dong
2018-11-13  2:07   ` Rob Herring
2018-11-13  2:07     ` Rob Herring
2018-11-10 15:48 ` [PATCH V4 5/5] defconfig: arm64: add imx8qxp support A.s. Dong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.