projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d94a3d3
)
ARM: dts: imx6dl: add imx6dl gpt specific compatible string
author
Shawn Guo
<shawn.guo@linaro.org>
Wed, 3 Jun 2015 07:27:39 +0000
(15:27 +0800)
committer
Shawn 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6dl.dtsi
b/arch/arm/boot/dts/imx6dl.dtsi
index f94bf72832af891ba34bb449fd5e3d83ae4ba3c3..4b0ec07038256d25cbac349baf758988d5f61183 100644
(file)
--- 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";
};