diff mbox

ARM: dts: imx6dl: add imx6dl gpt sepcific compatible string

Message ID 1433317566-4338-1-git-send-email-shawnguo@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Shawn Guo June 3, 2015, 7:46 a.m. UTC
From: Shawn Guo <shawn.guo@linaro.org>

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 | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Shawn Guo June 3, 2015, 9:04 a.m. UTC | #1
On Wed, Jun 03, 2015 at 03:46:06PM +0800, Shawn Guo wrote:
> From: Shawn Guo <shawn.guo@linaro.org>
> 
> 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>

s/sepcific/specific in patch subject.

Shawn
diff mbox

Patch

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";
 };