2024-05-28 04:03:11

by Neha Malcom Francis

[permalink] [raw]
Subject: [PATCH v3 0/3] arm64: ti: Add TPS6287 nodes

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/[email protected]/
- 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/[email protected]/
- 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(+)

--
2.34.1



2024-06-13 08:54:52

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH v3 0/3] arm64: ti: Add TPS6287 nodes

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