Skip to content

Commit 8231b3d

Browse files
committed
arm64: tegra: Drop redundant clock and reset names for TSEC
The DT bindings don't allow the clock and reset names to be specified since there is only a single entry for each. Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 51f10c5 commit 8231b3d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra210.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,7 @@
309309
reg = <0x0 0x54500000 0x0 0x00040000>;
310310
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
311311
clocks = <&tegra_car TEGRA210_CLK_TSECB>;
312-
clock-names = "tsec";
313312
resets = <&tegra_car 206>;
314-
reset-names = "tsec";
315313
status = "disabled";
316314
};
317315

0 commit comments

Comments
 (0)