From: Sascha Hauer Date: Tue, 25 Jun 2013 13:51:47 +0000 (+0200) Subject: ARM: dts: i.MX6qdl: Add i.MX31 compatible to gpt node X-Git-Tag: next-20130717~11^2~1^2~53 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0a79e1f8fe47c672775d98b5c662f14942e408f3;p=karo-tx-linux.git ARM: dts: i.MX6qdl: Add i.MX31 compatible to gpt node The i.MX6 gpt is handled by the i.MX31 gpt driver in the kernel, so add a corresponding compatible entry. Signed-off-by: Sascha Hauer Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 9efaa56a68d6..7707f2e200f0 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -294,7 +294,7 @@ }; gpt: gpt@02098000 { - compatible = "fsl,imx6q-gpt"; + compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt"; reg = <0x02098000 0x4000>; interrupts = <0 55 0x04>; clocks = <&clks 119>, <&clks 120>;