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 reset-names for QSPI
The Tegra QSPI controllers use a single reset control, so reset-names is not necessary and therefore not specified in the DT bindings. Drop the property from device tree files to avoid validation warnings. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
b2fbcbe1ae
commit
e9ddebc3a2
1 changed files with 0 additions and 2 deletions
|
@ -936,7 +936,6 @@
|
|||
<&bpmp TEGRA194_CLK_QSPI0_PM>;
|
||||
clock-names = "qspi", "qspi_out";
|
||||
resets = <&bpmp TEGRA194_RESET_QSPI0>;
|
||||
reset-names = "qspi";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -950,7 +949,6 @@
|
|||
<&bpmp TEGRA194_CLK_QSPI1_PM>;
|
||||
clock-names = "qspi", "qspi_out";
|
||||
resets = <&bpmp TEGRA194_RESET_QSPI1>;
|
||||
reset-names = "qspi";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue