linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add cpufreq and USB support for AM62D2
@ 2025-08-20  8:33 Paresh Bhagat
  2025-08-20  8:33 ` [PATCH 1/4] arm64: dts: ti: k3-am62a-main: Fix pinctrl properties Paresh Bhagat
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Paresh Bhagat @ 2025-08-20  8:33 UTC (permalink / raw)
  To: nm, vigneshr, praneeth
  Cc: kristo, robh, krzk+dt, conor+dt, rafael, viresh.kumar,
	linux-arm-kernel, devicetree, linux-kernel, linux-pm, khasim,
	v-singh1, afd, bb, s-vadapalli

This patch series introduces following changes:

* Patch 1 fixes the register length in main_pmx/padconfig for AM62D
 and AM62A.

* Patch 2 enables USB support for AM62D2-EVM by adding pinmux and device
 tree nodes.

* Patch 3 adds AM62D2 SoC to cpufreq-dt-platdev blacklist so that
 cpufreq is handled by the ti-cpufreq driver instead of the
 generic cpufreq-dt driver.

* Patch 4 extends ti-cpufreq to register AM62D2 SoC support by
 reusing the am62a7_soc_data.

Boot Logs-
https://gist.github.com/paresh-bhagat12/e29d33c3fd92ff17580edf1441ece9f9

Tech Ref Manual-https://www.ti.com/lit/pdf/sprujd4
Schematics Link-https://www.ti.com/lit/zip/sprcal5

Paresh Bhagat (3):
  arm64: dts: ti: k3-am62d2-evm: Enable USB support
  cpufreq: dt-platdev: Blacklist ti,am62d2 SoC
  cpufreq: ti: Add support for AM62D2

Vibhore Vardhan (1):
  arm64: dts: ti: k3-am62a-main: Fix pinctrl properties

 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi |  2 +-
 arch/arm64/boot/dts/ti/k3-am62d2-evm.dts  | 21 +++++++++++++++++++++
 drivers/cpufreq/cpufreq-dt-platdev.c      |  1 +
 drivers/cpufreq/ti-cpufreq.c              |  2 ++
 4 files changed, 25 insertions(+), 1 deletion(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-08-22  6:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20  8:33 [PATCH 0/4] Add cpufreq and USB support for AM62D2 Paresh Bhagat
2025-08-20  8:33 ` [PATCH 1/4] arm64: dts: ti: k3-am62a-main: Fix pinctrl properties Paresh Bhagat
2025-08-21  6:35   ` Raghavendra, Vignesh
2025-08-20  8:33 ` [PATCH 2/4] arm64: dts: ti: k3-am62d2-evm: Enable USB support Paresh Bhagat
2025-08-20  8:33 ` [PATCH 3/4] cpufreq: dt-platdev: Blacklist ti,am62d2 SoC Paresh Bhagat
2025-08-20  8:33 ` [PATCH 4/4] cpufreq: ti: Add support for AM62D2 Paresh Bhagat
2025-08-20  8:37 ` [PATCH 0/4] Add cpufreq and USB " Viresh Kumar
2025-08-21  6:32 ` Raghavendra, Vignesh
2025-08-21 12:27 ` Nishanth Menon
2025-08-22  6:21   ` Paresh Bhagat

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