ARM: tegra: Add missing clock-names for SDHCI on Tegra114
authorThierry Reding <treding@nvidia.com>
Fri, 12 Jun 2020 09:31:59 +0000 (11:31 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 23 Jun 2020 16:16:16 +0000 (18:16 +0200)
The Tegra SDHCI controller bindings state that the clock-names property
is required, so add the missing properties on Tegra114.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra114.dtsi

index 450a1f1..01a81d3 100644 (file)
                reg = <0x78000000 0x200>;
                interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&tegra_car TEGRA114_CLK_SDMMC1>;
+               clock-names = "sdhci";
                resets = <&tegra_car 14>;
                reset-names = "sdhci";
                status = "disabled";
                reg = <0x78000200 0x200>;
                interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&tegra_car TEGRA114_CLK_SDMMC2>;
+               clock-names = "sdhci";
                resets = <&tegra_car 9>;
                reset-names = "sdhci";
                status = "disabled";
                reg = <0x78000400 0x200>;
                interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&tegra_car TEGRA114_CLK_SDMMC3>;
+               clock-names = "sdhci";
                resets = <&tegra_car 69>;
                reset-names = "sdhci";
                status = "disabled";
                reg = <0x78000600 0x200>;
                interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&tegra_car TEGRA114_CLK_SDMMC4>;
+               clock-names = "sdhci";
                resets = <&tegra_car 15>;
                reset-names = "sdhci";
                status = "disabled";