arm64: tegra: Remove unneeded clock-names for Tegra132 PWM

There's only a single clock for this IP block, so it doesn't need a
clock-names property.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2022-11-17 09:32:41 +01:00
parent 132b552cba
commit 1002a36112

View File

@ -393,7 +393,6 @@ pwm: pwm@7000a000 {
reg = <0x0 0x7000a000 0x0 0x100>;
#pwm-cells = <2>;
clocks = <&tegra_car TEGRA124_CLK_PWM>;
clock-names = "pwm";
resets = <&tegra_car 17>;
reset-names = "pwm";
status = "disabled";