arm64: tegra: Remove reset-names for QSPI
authorThierry Reding <treding@nvidia.com>
Mon, 5 Sep 2022 16:08:55 +0000 (18:08 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 21 Nov 2022 12:30:15 +0000 (13:30 +0100)
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>
arch/arm64/boot/dts/nvidia/tegra194.dtsi

index 1db0737..81a2ab5 100644 (file)
                                 <&bpmp TEGRA194_CLK_QSPI0_PM>;
                        clock-names = "qspi", "qspi_out";
                        resets = <&bpmp TEGRA194_RESET_QSPI0>;
-                       reset-names = "qspi";
                        status = "disabled";
                };
 
                                 <&bpmp TEGRA194_CLK_QSPI1_PM>;
                        clock-names = "qspi", "qspi_out";
                        resets = <&bpmp TEGRA194_RESET_QSPI1>;
-                       reset-names = "qspi";
                        status = "disabled";
                };