[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <003001ce4e1b$24a28fc0$6de7af40$@samsung.com>
Date: Sat, 11 May 2013 16:42:52 +0900
From: Jingoo Han <jg1.han@...sung.com>
To: 'Kukjin Kim' <kgene.kim@...sung.com>
Cc: linux-samsung-soc@...r.kernel.org,
Jingoo Han <jg1.han@...sung.com>,
'Thomas Abraham' <thomas.abraham@...aro.org>,
'Olof Johansson' <olof@...om.net>,
'Doug Anderson' <dianders@...omium.org>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] ARM: dts: add DP clock reference to exynos5250 device tree
The transition to common clock happened; however, DP (Display Port)
clock node was not added. Thus, DP (Display Port) clock node should
be added to the device tree.
Signed-off-by: Jingoo Han <jg1.han@...sung.com>
---
Tested on Exynos5250
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 9dfc6de..8b1f9b6 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>;
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists