diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2014-06-06 13:02:59 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:49:34 +0800 |
commit | 36d3a8f0f39db6fdf2e934ec2ddec8effaee3aad (patch) | |
tree | 1b9f8a03c170c71393f357fe97b4f82703ce16b0 /arch/arm/boot | |
parent | 524bf8c5185a01a3a2f84d19b3447c66f6e4d787 (diff) | |
download | talos-op-linux-36d3a8f0f39db6fdf2e934ec2ddec8effaee3aad.tar.gz talos-op-linux-36d3a8f0f39db6fdf2e934ec2ddec8effaee3aad.zip |
ARM: dts: imx6: add missing compatible and clock properties for kpp
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |