mbox series

[v3,0/3] arm64: ti: Add TPS6287 nodes

Message ID 20240528040159.3919652-1-n-francis@ti.com (mailing list archive)
Headers show
Series arm64: ti: Add TPS6287 nodes | expand

Message

Neha Malcom Francis May 28, 2024, 4:01 a.m. UTC
Add nodes for TPS6287x present in AM68 SK, AM69 SK and J784S4 EVM. They
are a family of synchronous step-down DC/DC converters. These converters
are used to enable AVS (Adaptive Voltage Scaling) for these devices.

Also since AM68 SK lacks DT node of it's PMIC, LP8733; make use of this
series to add that in as well.

Data sheet: https://www.ti.com/lit/ds/slvsgc5a/slvsgc5a.pdf
Boot logs (v2): https://gist.github.com/nehamalcom/1a288f534d730e8af43c48a175919b19 

Changes since v2:
https://lore.kernel.org/all/20240527124422.3553828-1-n-francis@ti.com/
- modified subject prefixes, order of properties and node names to
  adhere to the DTS coding style (Krzysztof)
- no change to boot logs (not affected)

Changes since v1:
https://lore.kernel.org/all/20240507122158.3739291-1-n-francis@ti.com/
- remove changing the compatibility of the existing driver (Rob and
  Mark)
- remove unnecessary bootph-pre-ram, have them only for VDD_CPU_AVS
  (Udit)

Neha Malcom Francis (3):
  arm64: dts: ti: k3-am68-sk-base-board: Add LP8733 and TPS6287 nodes
  arm64: dts: ti: k3-am69-sk: Add TPS62873 node
  arm64: dts: ti: k3-j784s4-evm: Add TPS62873 node

 .../boot/dts/ti/k3-am68-sk-base-board.dts     | 76 +++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am69-sk.dts         | 21 +++++
 arch/arm64/boot/dts/ti/k3-j784s4-evm.dts      | 21 +++++
 3 files changed, 118 insertions(+)

Comments

Vignesh Raghavendra June 13, 2024, 8:50 a.m. UTC | #1
Hi Neha Malcom Francis,

On Tue, 28 May 2024 09:31:56 +0530, Neha Malcom Francis wrote:
> Add nodes for TPS6287x present in AM68 SK, AM69 SK and J784S4 EVM. They
> are a family of synchronous step-down DC/DC converters. These converters
> are used to enable AVS (Adaptive Voltage Scaling) for these devices.
> 
> Also since AM68 SK lacks DT node of it's PMIC, LP8733; make use of this
> series to add that in as well.
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/3] arm64: dts: ti: k3-am68-sk-base-board: Add LP8733 and TPS6287 nodes
      commit: 1149215a442b47d54a154c378e6c6080339b3712
[2/3] arm64: dts: ti: k3-am69-sk: Add TPS62873 node
      commit: 80ad4406922cdeab683c6db22e0a97e54570cc07
[3/3] arm64: dts: ti: k3-j784s4-evm: Add TPS62873 node
      commit: 79160cabf3136992be4276c22858688e9e1925f2

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh