mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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>
This commit is contained in:
parent
51f10c527a
commit
8231b3dbd6
|
|
@ -309,9 +309,7 @@ tsec@54500000 {
|
|||
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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user