public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6: add missing compatible and clock properties for kpp
@ 2014-06-06 11:02 Lothar Waßmann
  2014-06-06 11:12 ` Alexander Shiyan
  2014-06-09  2:15 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Lothar Waßmann @ 2014-06-06 11:02 UTC (permalink / raw)
  To: linux-arm-kernel


Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>
---
 arch/arm/boot/dts/imx6qdl.dtsi |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index ce05991..3266d01 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -466,8 +466,10 @@
 			};
 
 			kpp: kpp at 020b8000 {
+				compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
 				reg = <0x020b8000 0x4000>;
 				interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&clks 62>; /* IPG clock */
 			};
 
 			wdog1: wdog at 020bc000 {
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-09  2:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 11:02 [PATCH] ARM: dts: imx6: add missing compatible and clock properties for kpp Lothar Waßmann
2014-06-06 11:12 ` Alexander Shiyan
2014-06-09  2:15 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox