linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/6] Add basic support for i.MX8MQ SoC and i.MX8MQ EVK board
@ 2018-12-09 14:26 Abel Vesa
  2018-12-09 14:26 ` [PATCH v5 1/6] arm64: add basic Kconfig symbols for i.MX8 Abel Vesa
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Abel Vesa @ 2018-12-09 14:26 UTC (permalink / raw)
  To: Lucas Stach, linux-arm-kernel, Shawn Guo, Rob Herring
  Cc: dl-linux-imx, Fabio Estevam, devicetree, Aisheng Dong,
	Pengutronix Kernel Team, patchwork-lst,
	Linux Kernel Mailing List, Abel Vesa, Abel Vesa

Took this from Lucas since he's busy with some other work for the moment and
I thought we might be able to get this ready for the merge window.

Basically is just a respin with a minor fix for a comment from Rob.

Lucas, thanks for all the effort with this.

Changes since v5:
 * replaced the name of the node peripherals with soc in dts file

Baruch Siach (2):
  arm64: dts: imx8mq: add watchdog devices
  arm64: dts: imx8mq-evk: enable watchdog

Lucas Stach (4):
  arm64: add basic Kconfig symbols for i.MX8
  arm64: add basic DTS for i.MX8MQ
  arm64: add support for i.MX8M EVK board
  MAINTAINERS: add i.MX8 DT path to i.MX architecture

 Documentation/devicetree/bindings/arm/fsl.txt  |   8 +
 MAINTAINERS                                    |   1 +
 arch/arm64/Kconfig.platforms                   |  14 +
 arch/arm64/boot/dts/freescale/Makefile         |   2 +
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts   | 303 ++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h | 623 +++++++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi      | 416 +++++++++++++++++
 7 files changed, 1367 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq.dtsi

-- 
2.7.4


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

end of thread, other threads:[~2018-12-16  9:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-09 14:26 [PATCH v5 0/6] Add basic support for i.MX8MQ SoC and i.MX8MQ EVK board Abel Vesa
2018-12-09 14:26 ` [PATCH v5 1/6] arm64: add basic Kconfig symbols for i.MX8 Abel Vesa
2018-12-16  9:14   ` Shawn Guo
2018-12-09 14:26 ` [PATCH v5 2/6] arm64: add basic DTS for i.MX8MQ Abel Vesa
2018-12-10 22:18   ` Rob Herring
2018-12-09 14:26 ` [PATCH v5 3/6] arm64: add support for i.MX8M EVK board Abel Vesa
2018-12-16  9:17   ` Shawn Guo
2018-12-09 14:26 ` [PATCH v5 4/6] MAINTAINERS: add i.MX8 DT path to i.MX architecture Abel Vesa
2018-12-09 14:26 ` [PATCH v5 5/6] arm64: dts: imx8mq: add watchdog devices Abel Vesa
2018-12-09 14:26 ` [PATCH v5 6/6] arm64: dts: imx8mq-evk: enable watchdog Abel Vesa
2018-12-11  8:09 ` [PATCH v5 0/6] Add basic support for i.MX8MQ SoC and i.MX8MQ EVK board Shawn Guo

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).