[PATCH 2/2] ARM: at91/dt: sama5d4: fix lcdck parent clk

From: Nicolas Ferre
Date: Wed Mar 04 2015 - 11:16:06 EST


From: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx>

lcdck takes mck (not smd) as its parent.

Signed-off-by: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxx>
---
arch/arm/boot/dts/sama5d4.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index a57b7965f98a..ee7575958cf7 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -482,7 +482,7 @@
lcdck: lcdck {
#clock-cells = <0>;
reg = <4>;
- clocks = <&smd>;
+ clocks = <&mck>;
};

smdck: smdck {
--
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/