arm64: tegra: Remove {clock,reset}-names from VIC powergate

According to the device tree bindings, the powergate definition nodes
don't contain clock-names and reset-names properties, so remove them.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding
2023-07-26 18:43:18 +02:00
parent ee561fc4fa
commit 6e752d4a2f

View File

@@ -916,9 +916,7 @@ pd_venc: venc {
pd_vic: vic {
clocks = <&tegra_car TEGRA210_CLK_VIC03>;
clock-names = "vic";
resets = <&tegra_car 178>;
reset-names = "vic";
#power-domain-cells = <0>;
};