Commit 9f27a6c4 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Drop unused AHCI clocks on Tegra132

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: default avatarThierry Reding <treding@nvidia.com>
parent 92564257
...@@ -635,10 +635,8 @@ sata@70020000 { ...@@ -635,10 +635,8 @@ sata@70020000 {
<0x0 0x70020000 0x0 0x7000>; /* SATA */ <0x0 0x70020000 0x0 0x7000>; /* SATA */
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA124_CLK_SATA>, clocks = <&tegra_car TEGRA124_CLK_SATA>,
<&tegra_car TEGRA124_CLK_SATA_OOB>, <&tegra_car TEGRA124_CLK_SATA_OOB>;
<&tegra_car TEGRA124_CLK_CML1>, clock-names = "sata", "sata-oob";
<&tegra_car TEGRA124_CLK_PLL_E>;
clock-names = "sata", "sata-oob", "cml1", "pll_e";
resets = <&tegra_car 124>, resets = <&tegra_car 124>,
<&tegra_car 129>, <&tegra_car 129>,
<&tegra_car 123>; <&tegra_car 123>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment