arm64: tegra: Drop unused AHCI clocks on Tegra132
authorThierry Reding <treding@nvidia.com>
Tue, 7 Dec 2021 13:20:25 +0000 (14:20 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Dec 2021 15:51:01 +0000 (16:51 +0100)
The CML1 and PLL_E clocks are never explicitly used by the AHCI
controller found on Tegra132, so drop them from the corresponding device
tree node.

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

index 0e89030..16673d3 100644 (file)
                      <0x0 0x70020000 0x0 0x7000>; /* SATA */
                interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&tegra_car TEGRA124_CLK_SATA>,
-                        <&tegra_car TEGRA124_CLK_SATA_OOB>,
-                        <&tegra_car TEGRA124_CLK_CML1>,
-                        <&tegra_car TEGRA124_CLK_PLL_E>;
-               clock-names = "sata", "sata-oob", "cml1", "pll_e";
+                        <&tegra_car TEGRA124_CLK_SATA_OOB>;
+               clock-names = "sata", "sata-oob";
                resets = <&tegra_car 124>,
                         <&tegra_car 129>,
                         <&tegra_car 123>;