OSDN Git Service

ARM: dts: rename the clock of MIPI DSI 'pll_clk' to 'sclk_mipi'
authorHyungwon Hwang <human.hwang@samsung.com>
Fri, 12 Jun 2015 12:59:10 +0000 (21:59 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 22 Jun 2015 12:40:13 +0000 (21:40 +0900)
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>
arch/arm/boot/dts/exynos4.dtsi

index e20cdc2..1538d7a 100644 (file)
                phys = <&mipi_phy 1>;
                phy-names = "dsim";
                clocks = <&clock CLK_DSIM0>, <&clock CLK_SCLK_MIPI0>;
-               clock-names = "bus_clk", "pll_clk";
+               clock-names = "bus_clk", "sclk_mipi";
                status = "disabled";
                #address-cells = <1>;
                #size-cells = <0>;