]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: tegra: Drop redundant clock and reset names for TSEC
authorThierry Reding <treding@nvidia.com>
Mon, 23 Feb 2026 14:33:05 +0000 (15:33 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 27 Mar 2026 15:29:36 +0000 (16:29 +0100)
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>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index 137aa83752570f1d057f5c04b536edbeffd6bb2f..5f5e5370d70966918943232acab8992bf91ec42a 100644 (file)
                        reg = <0x0 0x54500000 0x0 0x00040000>;
                        interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&tegra_car TEGRA210_CLK_TSECB>;
-                       clock-names = "tsec";
                        resets = <&tegra_car 206>;
-                       reset-names = "tsec";
                        status = "disabled";
                };