From: Lothar Waßmann Date: Fri, 6 Jun 2014 11:02:59 +0000 (+0200) Subject: ARM: dts: imx6: add missing compatible and clock properties for kpp X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d947965fcf9d1c3f1dbb5adf51a27e0660deb22f;p=karo-tx-linux.git ARM: dts: imx6: add missing compatible and clock properties for kpp Signed-off-by: Lothar Waßmann Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index eef93536c9ec..2fe1287d92f4 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -466,8 +466,10 @@ }; kpp: kpp@020b8000 { + compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp"; reg = <0x020b8000 0x4000>; interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks 62>; }; wdog1: wdog@020bc000 {