mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: tegra: Remove unused reset-names for QSPI
The Tegra QSPI controller uses a single reset line, so there's no need for a reset-names property. Remove such properties. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
efe499d885
commit
d8e194786a
2 changed files with 0 additions and 3 deletions
|
@ -1868,7 +1868,6 @@
|
|||
<&tegra_car TEGRA210_CLK_QSPI_PM>;
|
||||
clock-names = "qspi", "qspi_out";
|
||||
resets = <&tegra_car 211>;
|
||||
reset-names = "qspi";
|
||||
dmas = <&apbdma 5>, <&apbdma 5>;
|
||||
dma-names = "rx", "tx";
|
||||
status = "disabled";
|
||||
|
|
|
@ -911,7 +911,6 @@
|
|||
<&bpmp TEGRA234_CLK_QSPI0_PM>;
|
||||
clock-names = "qspi", "qspi_out";
|
||||
resets = <&bpmp TEGRA234_RESET_QSPI0>;
|
||||
reset-names = "qspi";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -995,7 +994,6 @@
|
|||
<&bpmp TEGRA234_CLK_QSPI1_PM>;
|
||||
clock-names = "qspi", "qspi_out";
|
||||
resets = <&bpmp TEGRA234_RESET_QSPI1>;
|
||||
reset-names = "qspi";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue