67ad13e13f
Given the structure of pwm_state
struct pwm_state {
u64 period;
u64 duty_cycle;
...
};
Correct the types of input arguments of tegra_pwm_config to avoid loss
of precision or quantization error.
Bug 5308986
Signed-off-by: Johnny Liu <johnliu@nvidia.com>
Signed-off-by: Robert Lin <robelin@nvidia.com>
Change-Id: I3362bda20b9a96476176fbfede5f87d7a125ad7e
Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/canonical/linux-noble/+/3455750
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Bibek Basu <bbasu@nvidia.com>