mbox series

[v2,0/5] arm: dts: Add PMIC node for J7200

Message ID 20210623211454.31393-1-g-tammana@ti.com
Headers show
Series arm: dts: Add PMIC node for J7200 | expand

Message

Gowtham Tammana June 23, 2021, 9:14 p.m. UTC
The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset
adds dt nodes, compatible string, and configs to enable the
corresponding driver.

v2:
 - rebased the changes are reordered patches 3/4

v1:
 - https://lore.kernel.org/u-boot/20200915113633.25449-1-g-tammana@ti.com/

Gowtham Tammana (5):
  power: pmic: tps65941: Add compatible for LP876441
  arm/dts: k3-j7200-r5-common: Add pmic lp876441 node
  arm/dts: k3-j7200-r5-common: Add VTM node
  arm/dts: k3-j7200-r5-common: Hook buck1_reg to vtm supply
  configs: j7200_evm_r5_defconfig: Enable AVS, PMIC and dependent
    configs

 .../arm/dts/k3-j7200-r5-common-proc-board.dts | 38 +++++++++++++++++++
 configs/j7200_evm_r5_defconfig                |  6 +++
 drivers/power/pmic/tps65941.c                 |  1 +
 include/power/tps65941.h                      |  1 +
 4 files changed, 46 insertions(+)

Comments

Tom Rini June 24, 2021, 1:16 p.m. UTC | #1
On Wed, Jun 23, 2021 at 04:14:49PM -0500, Gowtham Tammana wrote:

> The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset
> adds dt nodes, compatible string, and configs to enable the
> corresponding driver.
> 
> v2:
>  - rebased the changes are reordered patches 3/4
> 
> v1:
>  - https://lore.kernel.org/u-boot/20200915113633.25449-1-g-tammana@ti.com/

Can you confirm there are no new dts warnings with this series?  Thanks!
Gowtham Tammana June 24, 2021, 4:42 p.m. UTC | #2
On 6/24/21 8:16 AM, Tom Rini wrote:
> On Wed, Jun 23, 2021 at 04:14:49PM -0500, Gowtham Tammana wrote:
> 
>> The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset
>> adds dt nodes, compatible string, and configs to enable the
>> corresponding driver.
>>
>> v2:
>>   - rebased the changes are reordered patches 3/4
>>
>> v1:
>>   - https://lore.kernel.org/u-boot/20200915113633.25449-1-g-tammana@ti.com/
> 
> Can you confirm there are no new dts warnings with this series?  Thanks!
> 

Yes, I dont see any new dts warnings with this series.

Thanks,
Gowtham
Lokesh Vutla July 13, 2021, 6:57 a.m. UTC | #3
On 24/06/21 2:44 am, Gowtham Tammana wrote:
> The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset
> adds dt nodes, compatible string, and configs to enable the
> corresponding driver.
> 
> v2:
>  - rebased the changes are reordered patches 3/4

There are minor conflicts with latest master. Can you rebase and repost?

Thanks and regards,
Lokesh

> 
> v1:
>  - https://lore.kernel.org/u-boot/20200915113633.25449-1-g-tammana@ti.com/
> 
> Gowtham Tammana (5):
>   power: pmic: tps65941: Add compatible for LP876441
>   arm/dts: k3-j7200-r5-common: Add pmic lp876441 node
>   arm/dts: k3-j7200-r5-common: Add VTM node
>   arm/dts: k3-j7200-r5-common: Hook buck1_reg to vtm supply
>   configs: j7200_evm_r5_defconfig: Enable AVS, PMIC and dependent
>     configs
> 
>  .../arm/dts/k3-j7200-r5-common-proc-board.dts | 38 +++++++++++++++++++
>  configs/j7200_evm_r5_defconfig                |  6 +++
>  drivers/power/pmic/tps65941.c                 |  1 +
>  include/power/tps65941.h                      |  1 +
>  4 files changed, 46 insertions(+)
>
Gowtham Tammana July 13, 2021, 12:34 p.m. UTC | #4
>-----Original Message-----
>From: Vutla, Lokesh
>Sent: Tuesday, July 13, 2021 1:57 AM
>To: Tammana, Gowtham <g-tammana@ti.com>; Tom Rini <trini@konsulko.com>;
>jh80.chung@samsung.com
>Cc: Bajjuri, Praneeth <praneeth@ti.com>; u-boot@lists.denx.de
>Subject: Re: [PATCH v2 0/5] arm: dts: Add PMIC node for J7200
>
>
>
>On 24/06/21 2:44 am, Gowtham Tammana wrote:
>> The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset
>> adds dt nodes, compatible string, and configs to enable the
>> corresponding driver.
>>
>> v2:
>>  - rebased the changes are reordered patches 3/4
>
>There are minor conflicts with latest master. Can you rebase and repost?

Sure. Will rebase and post v3.

Gowtham

>
>Thanks and regards,
>Lokesh
>
>>
>> v1:
>>  - https://lore.kernel.org/u-boot/20200915113633.25449-1-g-
>tammana@ti.com/
>>
>> Gowtham Tammana (5):
>>   power: pmic: tps65941: Add compatible for LP876441
>>   arm/dts: k3-j7200-r5-common: Add pmic lp876441 node
>>   arm/dts: k3-j7200-r5-common: Add VTM node
>>   arm/dts: k3-j7200-r5-common: Hook buck1_reg to vtm supply
>>   configs: j7200_evm_r5_defconfig: Enable AVS, PMIC and dependent
>>     configs
>>
>>  .../arm/dts/k3-j7200-r5-common-proc-board.dts | 38 +++++++++++++++++++
>>  configs/j7200_evm_r5_defconfig                |  6 +++
>>  drivers/power/pmic/tps65941.c                 |  1 +
>>  include/power/tps65941.h                      |  1 +
>>  4 files changed, 46 insertions(+)
>>
Lokesh Vutla July 15, 2021, 11:51 a.m. UTC | #5
On Wed, 23 Jun 2021 16:14:49 -0500, Gowtham Tammana wrote:
> The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset
> adds dt nodes, compatible string, and configs to enable the
> corresponding driver.
> 
> v2:
>  - rebased the changes are reordered patches 3/4
> 
> [...]
 
Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks!
[1/5] power: pmic: tps65941: Add compatible for LP876441
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/d4a344c393
[2/5] arm/dts: k3-j7200-r5-common: Add pmic lp876441 node
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/cbd49ed9d6
[3/5] arm/dts: k3-j7200-r5-common: Add VTM node
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/993fa93f2d
[4/5] arm/dts: k3-j7200-r5-common: Hook buck1_reg to vtm supply
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/9925c76752
[5/5] configs: j7200_evm_r5_defconfig: Enable AVS, PMIC and dependent configs
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/672758829a
 
--
Thanks and Regards,
Lokesh