mbox series

[v2,0/3] arm64: dts: ti: Add USB support for J722S EVM

Message ID 20240513114443.16350-1-r-gunasekaran@ti.com (mailing list archive)
Headers show
Series arm64: dts: ti: Add USB support for J722S EVM | expand

Message

Ravi Gunasekaran May 13, 2024, 11:44 a.m. UTC
J722S has two USB instances. This series enables USB support for
both instances.

Change log:
----------
Changes since v1:
----------------
* Introduced k3-j722s-main.dtsi newly to add the main domain
  peripherals that are present additionally in J722S as suggested by
  Andrew Davis

* Used generic node names as suggested by Roger Quadros

* Removed the aliases for usb as suggested by Rob Herring

v1: https://lore.kernel.org/all/20240429120932.11456-1-r-gunasekaran@ti.com/

Ravi Gunasekaran (3):
  arm64: dts: ti: k3-j722s-main: Add support for SERDES0
  arm64: dts: ti: k3-j722s-main: Redefine USB1 node description
  arm64: dts: ti: k3-j722s-evm: Update USB0 and USB1

 arch/arm64/boot/dts/ti/k3-j722s-evm.dts   |  55 ++++++++++++
 arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 103 ++++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j722s.dtsi      |   5 ++
 arch/arm64/boot/dts/ti/k3-serdes.h        |   7 ++
 4 files changed, 170 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-j722s-main.dtsi