All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm64: dts: ti: Introduce J722S SoC and EVM
@ 2024-02-06 10:06 ` Vaishnav Achath
  0 siblings, 0 replies; 22+ messages in thread
From: Vaishnav Achath @ 2024-02-06 10:06 UTC (permalink / raw)
  To: nm, vigneshr, conor+dt, krzysztof.kozlowski+dt, kristo, robh+dt
  Cc: devicetree, linux-arm-kernel, linux-kernel, u-kumar1, vaishnav.a,
	j-choudhary

This series adds basic support for J722S family of SoCs. Also add
J722S EVM support with basic peripheral like MMC and UART.

TRM: https://www.ti.com/lit/zip/sprujb3
EVM Schematics: https://www.ti.com/lit/zip/sprr495

Bootlog (6.8.0-rc3-next-20240206):
https://gist.github.com/vaishnavachath/23d859925277df9ccd628190e7c23371

Changelog:
V1->V2:
  * Address feedback from Nishanth to reuse from AM62P5 dtsi.
  * Remove bootph-all from root nodes.
  * Change License to GPL-2.0-only OR MIT as followed for other
    K3 files.

Vaishnav Achath (3):
  dt-bindings: arm: ti: Add bindings for J722S SoCs
  arm64: dts: ti: Introduce J722S family of SoCs
  arm64: dts: ti: Add support for TI J722S Evaluation Module

 .../devicetree/bindings/arm/ti/k3.yaml        |   6 +
 arch/arm64/boot/dts/ti/Makefile               |   3 +
 arch/arm64/boot/dts/ti/k3-j722s-evm.dts       | 251 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j722s.dtsi          |  89 +++++++
 arch/arm64/boot/dts/ti/k3-pinctrl.h           |   3 +
 5 files changed, 352 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-j722s-evm.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-j722s.dtsi

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-02-16  6:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 10:06 [PATCH v2 0/3] arm64: dts: ti: Introduce J722S SoC and EVM Vaishnav Achath
2024-02-06 10:06 ` Vaishnav Achath
2024-02-06 10:06 ` [PATCH v2 1/3] dt-bindings: arm: ti: Add bindings for J722S SoCs Vaishnav Achath
2024-02-06 10:06   ` Vaishnav Achath
2024-02-06 10:06 ` [PATCH v2 2/3] arm64: dts: ti: Introduce J722S family of SoCs Vaishnav Achath
2024-02-06 10:06   ` Vaishnav Achath
2024-02-06 10:06 ` [PATCH v2 3/3] arm64: dts: ti: Add support for TI J722S Evaluation Module Vaishnav Achath
2024-02-06 10:06   ` Vaishnav Achath
2024-02-12 16:02   ` Michael Walle
2024-02-12 16:02     ` Michael Walle
2024-02-14  7:43     ` Vaishnav Achath
2024-02-14  7:43       ` Vaishnav Achath
2024-02-14  9:42       ` Vignesh Raghavendra
2024-02-14  9:42         ` Vignesh Raghavendra
2024-02-15 16:29         ` Michael Walle
2024-02-15 16:29           ` Michael Walle
2024-02-08  8:58 ` [PATCH v2 0/3] arm64: dts: ti: Introduce J722S SoC and EVM Vaishnav Achath
2024-02-08  8:58   ` Vaishnav Achath
2024-02-12  8:44 ` Manorit Chawdhry
2024-02-12  8:44   ` Manorit Chawdhry
2024-02-16  6:31 ` Vignesh Raghavendra
2024-02-16  6:31   ` Vignesh Raghavendra

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.