Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e415ed8 authored by Shawn Guo's avatar Shawn Guo
Browse files

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: default avatarShawn Guo <shawn.guo@linaro.org>
parent d94a3d3e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -106,6 +106,10 @@
	};
};

&gpt {
	compatible = "fsl,imx6dl-gpt", "fsl,imx6q-gpt";
};

&hdmi {
	compatible = "fsl,imx6dl-hdmi";
};