All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/8] arm64: dts: Add i.MX8DXL initial support
@ 2022-04-04 13:46 Abel Vesa
  2022-04-04 13:46 ` [PATCH v5 1/8] arm64: dts: freescale: Add the top level dtsi support for imx8dxl Abel Vesa
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Abel Vesa @ 2022-04-04 13:46 UTC (permalink / raw)
  To: Rob Herring, Dong Aisheng, Krzysztof Kozlowski, David S. Miller,
	Jakub Kicinski, Paolo Abeni, Shawn Guo
  Cc: Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	devicetree, Linux Kernel Mailing List, netdev

Here is the v4:
https://lore.kernel.org/linux-arm-kernel/1639680494-23183-1-git-send-email-abel.vesa@nxp.com/raw

Abel Vesa (3):
  arm64: dts: freescale: Add adma subsystem dtsi for imx8dxl
  dt-bindings: fsl: scu: Add i.MX8DXL ocotp binding
  dt-bindings: net: dwmac-imx: Document clk_csr property

Jacky Bai (5):
  arm64: dts: freescale: Add the top level dtsi support for imx8dxl
  arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi
  arm64: dts: freescale: Add ddr subsys dtsi for imx8dxl
  arm64: dts: freescale: Add lsio subsys dtsi for imx8dxl
  arm64: dts: freescale: Add i.MX8DXL evk board support

 .../bindings/arm/freescale/fsl,scu.txt        |   3 +-
 .../bindings/net/nxp,dwmac-imx.yaml           |   4 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 266 ++++++++++++++++++
 .../boot/dts/freescale/imx8dxl-ss-adma.dtsi   |  52 ++++
 .../boot/dts/freescale/imx8dxl-ss-conn.dtsi   | 135 +++++++++
 .../boot/dts/freescale/imx8dxl-ss-ddr.dtsi    |  36 +++
 .../boot/dts/freescale/imx8dxl-ss-lsio.dtsi   |  78 +++++
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi    | 247 ++++++++++++++++
 9 files changed, 821 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-ddr.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-lsio.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl.dtsi

--
2.34.1


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

end of thread, other threads:[~2022-04-13  7:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 13:46 [PATCH v5 0/8] arm64: dts: Add i.MX8DXL initial support Abel Vesa
2022-04-04 13:46 ` [PATCH v5 1/8] arm64: dts: freescale: Add the top level dtsi support for imx8dxl Abel Vesa
2022-04-04 13:46 ` [PATCH v5 2/8] arm64: dts: freescale: Add adma subsystem dtsi " Abel Vesa
2022-04-04 13:46 ` [PATCH v5 3/8] arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi Abel Vesa
2022-04-04 13:46 ` [PATCH v5 4/8] arm64: dts: freescale: Add ddr subsys dtsi for imx8dxl Abel Vesa
2022-04-04 13:46 ` [PATCH v5 5/8] arm64: dts: freescale: Add lsio " Abel Vesa
2022-04-04 13:46 ` [PATCH v5 6/8] arm64: dts: freescale: Add i.MX8DXL evk board support Abel Vesa
2022-04-04 13:46 ` [PATCH v5 7/8] dt-bindings: fsl: scu: Add i.MX8DXL ocotp binding Abel Vesa
2022-04-04 13:46 ` [PATCH v5 8/8] dt-bindings: net: dwmac-imx: Document clk_csr property Abel Vesa
2022-04-06 18:04   ` Rob Herring
2022-04-13  7:36     ` Abel Vesa

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.