aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2015-06-12 08:59:10 -0400
committerInki Dae <inki.dae@samsung.com>2015-06-22 08:40:13 -0400
commit4f01e65037187581971f8b1068d4e1b1300a6562 (patch)
tree8e0ff2f489f6216836e49dae0c0d12503897a8f6
parent51d1deca9f03f8d2619d38916675a7fdc7f24730 (diff)
ARM: dts: rename the clock of MIPI DSI 'pll_clk' to 'sclk_mipi'
The clock which was named as 'pll_clk' is actually not the clock source of PLL in MIPI DSI. This patch fixes this disagreement. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index e20cdc24c3bb..1538d7ae7b86 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -167,7 +167,7 @@
167 phys = <&mipi_phy 1>; 167 phys = <&mipi_phy 1>;
168 phy-names = "dsim"; 168 phy-names = "dsim";
169 clocks = <&clock CLK_DSIM0>, <&clock CLK_SCLK_MIPI0>; 169 clocks = <&clock CLK_DSIM0>, <&clock CLK_SCLK_MIPI0>;
170 clock-names = "bus_clk", "pll_clk"; 170 clock-names = "bus_clk", "sclk_mipi";
171 status = "disabled"; 171 status = "disabled";
172 #address-cells = <1>; 172 #address-cells = <1>;
173 #size-cells = <0>; 173 #size-cells = <0>;