浏览代码

ARM: u300: switch SSP/SPI clock name to "SSPCLK"

As noted in recent discussions the name of the core clock for
the PL022 derived SPI blocks is erroneously named in the
U300 device tree. The kernel doesn't currently use the name,
but may do so soon so let use rename all these clocks in
accordance with the name given in the PL022 TRM (ARM DDI 0194G).

Reviewed-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 11 年之前
父节点
当前提交
dfc9832ca3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/boot/dts/ste-u300.dts

+ 1 - 1
arch/arm/boot/dts/ste-u300.dts

@@ -457,7 +457,7 @@
 			interrupt-parent = <&vica>;
 			interrupt-parent = <&vica>;
 			interrupts = <23>;
 			interrupts = <23>;
 			clocks = <&spi_clk>, <&spi_clk>;
 			clocks = <&spi_clk>, <&spi_clk>;
-			clock-names = "apb_pclk", "spi_clk";
+			clock-names = "SSPCLK", "apb_pclk";
 			dmas = <&dmac 27 &dmac 28>;
 			dmas = <&dmac 27 &dmac 28>;
 			dma-names = "tx", "rx";
 			dma-names = "tx", "rx";
 			num-cs = <3>;
 			num-cs = <3>;