From: Shawn Guo Date: Wed, 3 Jun 2015 07:27:39 +0000 (+0800) Subject: ARM: dts: imx6dl: add imx6dl gpt specific compatible string X-Git-Tag: omap-for-v4.2/fixes-rc1^2~103^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e415ed8143f7f26f448e932a2d1b52ddc6ecbcd;p=pandora-kernel.git ARM: dts: imx6dl: add imx6dl gpt specific compatible string The i.MX6DL/S GPT has a different programming model from i.MX6Q one. Add the compatible string "fsl,imx6dl-gpt" for it, and leave "fsl,imx6q-gpt" there to keep the existing/old kernel happy. Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index f94bf72832af..4b0ec0703825 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -106,6 +106,10 @@ }; }; +&gpt { + compatible = "fsl,imx6dl-gpt", "fsl,imx6q-gpt"; +}; + &hdmi { compatible = "fsl,imx6dl-hdmi"; };