diff options
| author | Vikas Sajjan <[email protected]> | 2013-06-10 17:04:40 +0900 |
|---|---|---|
| committer | Kukjin Kim <[email protected]> | 2013-06-10 17:22:32 +0900 |
| commit | 0f72a9ec19913d51b2f7d39b913b7d26ffef48da (patch) | |
| tree | 758bb9d76b489ac4f3ac8bd02ee42e8bf945dd59 | |
| parent | a3093e6f8483d6ac8af427436f4e7dd6f8ee0df7 (diff) | |
ARM: dts: Add clock provider information for DP controller in Exynos5250 SoC
Adds clock provider information for DP controller required by CCF.
Signed-off-by: Vikas Sajjan <[email protected]>
Signed-off-by: Arun Kumar K <[email protected]>
Acked-by: Jingoo Han <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 9dfc6de97f34..8b1f9b63f9f7 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -651,6 +651,8 @@ reg = <0x145b0000 0x1000>; interrupts = <10 3>; interrupt-parent = <&combiner>; + clocks = <&clock 342>; + clock-names = "dp"; #address-cells = <1>; #size-cells = <0>; |