* [PATCH] ARM: dts: imx6dl: add imx6dl gpt sepcific compatible string
@ 2015-06-03 7:46 Shawn Guo
2015-06-03 9:04 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2015-06-03 7:46 UTC (permalink / raw)
To: linux-arm-kernel
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(+)
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";
};
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: imx6dl: add imx6dl gpt sepcific compatible string
2015-06-03 7:46 [PATCH] ARM: dts: imx6dl: add imx6dl gpt sepcific compatible string Shawn Guo
@ 2015-06-03 9:04 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-06-03 9:04 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-03 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 7:46 [PATCH] ARM: dts: imx6dl: add imx6dl gpt sepcific compatible string Shawn Guo
2015-06-03 9:04 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).