Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: Add missing clock-names for SDHCI on Tegra114

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>

+4
+4
arch/arm/boot/dts/tegra114.dtsi
··· 649 649 reg = <0x78000000 0x200>; 650 650 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; 651 651 clocks = <&tegra_car TEGRA114_CLK_SDMMC1>; 652 + clock-names = "sdhci"; 652 653 resets = <&tegra_car 14>; 653 654 reset-names = "sdhci"; 654 655 status = "disabled"; ··· 660 659 reg = <0x78000200 0x200>; 661 660 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; 662 661 clocks = <&tegra_car TEGRA114_CLK_SDMMC2>; 662 + clock-names = "sdhci"; 663 663 resets = <&tegra_car 9>; 664 664 reset-names = "sdhci"; 665 665 status = "disabled"; ··· 671 669 reg = <0x78000400 0x200>; 672 670 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>; 673 671 clocks = <&tegra_car TEGRA114_CLK_SDMMC3>; 672 + clock-names = "sdhci"; 674 673 resets = <&tegra_car 69>; 675 674 reset-names = "sdhci"; 676 675 status = "disabled"; ··· 682 679 reg = <0x78000600 0x200>; 683 680 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; 684 681 clocks = <&tegra_car TEGRA114_CLK_SDMMC4>; 682 + clock-names = "sdhci"; 685 683 resets = <&tegra_car 15>; 686 684 reset-names = "sdhci"; 687 685 status = "disabled";