Re: [PATCH 1/2] thermal: k3-j72xx-bandgap: Add support for vtm

2023-09-02 Thread Kumar, Udit
Hi Nishanth, On 9/2/2023 12:40 AM, Nishanth Menon wrote: On 23:43-20230901, Kumar, Udit wrote: On 9/1/2023 11:03 PM, Nishanth Menon wrote: On 22:54-20230901, Kumar, Udit wrote: +static const struct udevice_id of_k3_j72xx_bandgap_match[] = { + { + .compatible = "ti,j721e-v

Re: [PATCH 1/2] thermal: k3-j72xx-bandgap: Add support for vtm

2023-09-01 Thread Nishanth Menon
On 23:43-20230901, Kumar, Udit wrote: > > On 9/1/2023 11:03 PM, Nishanth Menon wrote: > > On 22:54-20230901, Kumar, Udit wrote: > > > > > +static const struct udevice_id of_k3_j72xx_bandgap_match[] = { > > > > > + { > > > > > + .compatible = "ti,j721e-vtm", > > > > > +

Re: [PATCH 1/2] thermal: k3-j72xx-bandgap: Add support for vtm

2023-09-01 Thread Kumar, Udit
On 9/1/2023 11:03 PM, Nishanth Menon wrote: On 22:54-20230901, Kumar, Udit wrote: +static const struct udevice_id of_k3_j72xx_bandgap_match[] = { + { + .compatible = "ti,j721e-vtm", + .data = (ulong)&k3_j72xx_bandgap_j721e_data, So what happens to drivers/mi

Re: [PATCH 1/2] thermal: k3-j72xx-bandgap: Add support for vtm

2023-09-01 Thread Nishanth Menon
On 22:54-20230901, Kumar, Udit wrote: > > > +static const struct udevice_id of_k3_j72xx_bandgap_match[] = { > > > + { > > > + .compatible = "ti,j721e-vtm", > > > + .data = (ulong)&k3_j72xx_bandgap_j721e_data, > > So what happens to drivers/misc/k3_avs.c ? > > Could you help me to

Re: [PATCH 1/2] thermal: k3-j72xx-bandgap: Add support for vtm

2023-09-01 Thread Kumar, Udit
Hi Nishanth On 9/1/2023 8:36 PM, Nishanth Menon wrote: On 11:44-20230901, Udit Kumar wrote: Add support for VTM (Voltage and Thermal Manager), which is part of TI's K3 series SOC. Signed-off-by: Udit Kumar --- drivers/thermal/Kconfig| 6 + drivers/thermal/Makefile |

Re: [PATCH 1/2] thermal: k3-j72xx-bandgap: Add support for vtm

2023-09-01 Thread Nishanth Menon
On 11:44-20230901, Udit Kumar wrote: > Add support for VTM (Voltage and Thermal Manager), which > is part of TI's K3 series SOC. > > Signed-off-by: Udit Kumar > --- > drivers/thermal/Kconfig| 6 + > drivers/thermal/Makefile | 1 + > drivers/thermal/k3_j72xx_bandgap.c |

[PATCH 1/2] thermal: k3-j72xx-bandgap: Add support for vtm

2023-08-31 Thread Udit Kumar
Add support for VTM (Voltage and Thermal Manager), which is part of TI's K3 series SOC. Signed-off-by: Udit Kumar --- drivers/thermal/Kconfig| 6 + drivers/thermal/Makefile | 1 + drivers/thermal/k3_j72xx_bandgap.c | 539 + 3 files changed, 5