On Tue, Mar 31, 2026 at 11:12:14AM +0900, Mikko Perttunen wrote: > From: Yi-Wei Wang > > The clock driving the Tegra PWM IP can be sourced from different parent > clocks. Hence, let dev_pm_opp_set_rate() set the max clock rate based > upon the current parent clock that can be specified via device-tree. > > After this, the Tegra194 SoC data becomes redundant, so get rid of it. > > Signed-off-by: Yi-Wei Wang > Co-developed-by: Mikko Perttunen > Signed-off-by: Mikko Perttunen > --- > drivers/pwm/pwm-tegra.c | 16 +++------------- > 1 file changed, 3 insertions(+), 13 deletions(-) Reviewed-by: Thierry Reding