]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6: add missing compatible and clock properties for kpp
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 3 Jun 2014 12:45:40 +0000 (14:45 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 3 Jun 2014 12:45:40 +0000 (14:45 +0200)
arch/arm/boot/dts/imx6qdl.dtsi

index ce0599134a699dd338b6f42adef8378e94a7d6e1..3266d016f6b12726995f8c5daa0b9a1ba5494633 100644 (file)
                        };
 
                        kpp: kpp@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@020bc000 {