All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add Traverse Technologies Ten64 board DTS
@ 2021-07-22  4:24 ` Mathew McBride
  0 siblings, 0 replies; 50+ messages in thread
From: Mathew McBride @ 2021-07-22  4:24 UTC (permalink / raw)
  To: Shawn Guo, Li Yang, Ioana Ciornei, Rob Herring, linux-arm-kernel,
	devicetree
  Cc: Mathew McBride

The Traverse Technologies Ten64 board is a networking-oriented
Mini-ITX form factor appliance using the NXP LS1088A SoC.

This patch series adds a basic device tree (fsl-ls1088a-ten64.dts)
for the board. At the moment only hardware features supported
(or soon to be supported) by mainline kernels are described.

In the course of verifying the DTS on recent kernels, it
was found that some LS1088A features were not described
in fsl-ls1088a.dtsi. The first two patches add them.

The device tree includes a reference to the Epson RX-8035
RTC which depends on this patch series:
"rtc: Implement support for EPSON RX-8035", reviewed but
not yet in the Linus tree.
https://lore.kernel.org/linux-rtc/20210709044518.28769-1-matt@traverse.com.au/T/#t

Mathew McBride (5):
  arm64: dts: ls1088a: add internal PCS for DPMAC1 node
  arm64: dts: ls1088a: add missing PMU node
  dt-bindings: vendor-prefixes: add Traverse Technologies
  dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board
  arm64: dts: add device tree for Traverse Ten64 (LS1088A)

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../boot/dts/freescale/fsl-ls1088a-ten64.dts  | 374 ++++++++++++++++++
 .../arm64/boot/dts/freescale/fsl-ls1088a.dtsi |  18 +
 5 files changed, 401 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts

-- 
2.30.1


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

end of thread, other threads:[~2021-08-10  5:43 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22  4:24 [PATCH 0/5] Add Traverse Technologies Ten64 board DTS Mathew McBride
2021-07-22  4:24 ` Mathew McBride
2021-07-22  4:24 ` [PATCH 1/5] arm64: dts: ls1088a: add internal PCS for DPMAC1 node Mathew McBride
2021-07-22  4:24   ` Mathew McBride
2021-07-22  7:48   ` Ioana Ciornei
2021-07-22  7:48     ` Ioana Ciornei
2021-07-22  4:24 ` [PATCH 2/5] arm64: dts: ls1088a: add missing PMU node Mathew McBride
2021-07-22  4:24   ` Mathew McBride
2021-07-23  8:36   ` Shawn Guo
2021-07-23  8:36     ` Shawn Guo
2021-07-22  4:24 ` [PATCH 3/5] dt-bindings: vendor-prefixes: add Traverse Technologies Mathew McBride
2021-07-22  4:24   ` Mathew McBride
2021-07-22  4:24 ` [PATCH 4/5] dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board Mathew McBride
2021-07-22  4:24   ` Mathew McBride
2021-07-22  4:24 ` [PATCH 5/5] arm64: dts: add device tree for Traverse Ten64 (LS1088A) Mathew McBride
2021-07-22  4:24   ` Mathew McBride
2021-07-22  8:44   ` Ioana Ciornei
2021-07-22  8:44     ` Ioana Ciornei
2021-07-23  9:46   ` Shawn Guo
2021-07-23  9:46     ` Shawn Guo
2021-07-26  7:12 ` [PATCH v2 0/5] Add Traverse Technologies Ten64 board DTS Mathew McBride
2021-07-26  7:12   ` Mathew McBride
2021-07-26  7:12   ` [PATCH v2 1/5] arm64: dts: ls1088a: add internal PCS for DPMAC1 node Mathew McBride
2021-07-26  7:12     ` Mathew McBride
2021-07-26  7:12   ` [PATCH v2 2/5] arm64: dts: ls1088a: add missing PMU node Mathew McBride
2021-07-26  7:12     ` Mathew McBride
2021-07-26  7:12   ` [PATCH v2 3/5] dt-bindings: vendor-prefixes: add Traverse Technologies Mathew McBride
2021-07-26  7:12     ` Mathew McBride
2021-07-29 22:41     ` Rob Herring
2021-07-29 22:41       ` Rob Herring
2021-07-26  7:12   ` [PATCH v2 4/5] dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board Mathew McBride
2021-07-26  7:12     ` Mathew McBride
2021-07-29 22:45     ` Rob Herring
2021-07-29 22:45       ` Rob Herring
2021-07-26  7:12   ` [PATCH v2 5/5] arm64: dts: add device tree for Traverse Ten64 (LS1088A) Mathew McBride
2021-07-26  7:12     ` Mathew McBride
2021-07-29 22:45     ` Rob Herring
2021-07-29 22:45       ` Rob Herring
2021-08-10  5:38 ` [PATCH v3 0/5] Add Traverse Technologies Ten64 board DTS Mathew McBride
2021-08-10  5:38   ` Mathew McBride
2021-08-10  5:38   ` [PATCH v3 1/5] arm64: dts: ls1088a: add internal PCS for DPMAC1 node Mathew McBride
2021-08-10  5:38     ` Mathew McBride
2021-08-10  5:38   ` [PATCH v3 2/5] arm64: dts: ls1088a: add missing PMU node Mathew McBride
2021-08-10  5:38     ` Mathew McBride
2021-08-10  5:38   ` [PATCH v3 3/5] dt-bindings: vendor-prefixes: add Traverse Technologies Mathew McBride
2021-08-10  5:38     ` Mathew McBride
2021-08-10  5:38   ` [PATCH v3 4/5] dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board Mathew McBride
2021-08-10  5:38     ` Mathew McBride
2021-08-10  5:38   ` [PATCH v3 5/5] arm64: dts: add device tree for Traverse Ten64 (LS1088A) Mathew McBride
2021-08-10  5:38     ` Mathew McBride

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.