ARM: dts: imx6dl: add imx6dl gpt specific compatible string
authorShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 07:27:39 +0000 (15:27 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 09:04:53 +0000 (17:04 +0800)
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 <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6dl.dtsi

index f94bf72..4b0ec07 100644 (file)
        };
 };
 
+&gpt {
+       compatible = "fsl,imx6dl-gpt", "fsl,imx6q-gpt";
+};
+
 &hdmi {
        compatible = "fsl,imx6dl-hdmi";
 };